diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/bowl.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/bowl.yml index f454ad48a9..81163e6a8e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/bowl.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/bowl.yml @@ -57,6 +57,11 @@ sprite: Objects/Consumable/Food/bowl.rsi state: bowl-trash netsync: false + - type: Tag + tags: + - Recyclable + - Trash + - type: Recyclable - type: entity name: bowl diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml index 979a1a63f1..7c14b6f4ee 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml @@ -42,6 +42,11 @@ max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] + - type: Tag + tags: + - Recyclable + - Trash + - type: Recyclable - type: entity name: broken plate