From: VeritableCalamity <34698192+Veritable-Calamity@users.noreply.github.com> Date: Wed, 26 Jun 2024 03:26:59 +0000 (-0500) Subject: Give moldy food the "Trash" tag (#29380) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4241ad34b65f06e4edc0247bcf32b7c90f1e543c;p=space-station-14.git Give moldy food the "Trash" tag (#29380) Make moldy food items have the "Trash" tag, so they can be collected. --- diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml index a92dc9b25d..51d9465073 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml @@ -751,6 +751,9 @@ - type: Sprite layers: - state: moldy-slice + - type: Tag + tags: + - Trash - type: SolutionContainerManager solutions: food: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml index 154f34063c..3004dc4cb2 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml @@ -531,6 +531,9 @@ - type: Sprite layers: - state: moldy-slice + - type: Tag + tags: + - Trash - type: SolutionContainerManager solutions: food: