diff --git a/Resources/Changelog/ChangelogADT.yml b/Resources/Changelog/ChangelogADT.yml index 75d09ec9187..7275f3ae23d 100644 --- a/Resources/Changelog/ChangelogADT.yml +++ b/Resources/Changelog/ChangelogADT.yml @@ -1895,4 +1895,10 @@ Entries: - {message: Добавлено 4 новых плаката, type: Add} - {message: Теперь нианы могут сьесть берет СИ, type: Fix} id: 55761 #костыль отображения в Обновлениях - time: '2024-06-23T04:19:00.0000000+00:00' \ No newline at end of file + time: '2024-06-23T04:19:00.0000000+00:00' + +- author: мудрый дуб + changes: + - { message: "НТ усовершенствовали мусорный пакет и теперь уборщик может собирать тухлую еду.", type: Fix} + id: 55762 #костыль отображения в Обновлениях + time: '2024-06-23T23:12:00.0000000+00:00' \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml index 200b527157d..8d390b44880 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml @@ -789,6 +789,9 @@ id: FoodBreadMoldySlice description: Entire stations have been ripped apart over arguing whether this is still good to eat. components: + - type: Tag + tags: + - Trash - type: Sprite layers: - state: moldy-slice diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml index 95bfe6b6b4c..076932a3ec5 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml @@ -513,6 +513,9 @@ id: FoodPizzaMoldySlice description: Once a perfectly good slice of pizza pie, but now it lies here, rancid and bursting with spores. components: + - type: Tag + tags: + - Trash - type: FlavorProfile flavors: - bitter diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 4be8b0bb01e..d8a2c203c70 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -447,6 +447,7 @@ tags: - Raw - Meat + - Trash - type: Sprite state: rotten - type: SolutionContainerManager