From a871b31f95680c9e4c021177290c36969817ab64 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Sun, 13 Mar 2022 21:00:31 -0700 Subject: [PATCH] Make plates and bowls recyclable (#7095) --- .../Entities/Objects/Consumable/Food/Containers/bowl.yml | 5 +++++ .../Entities/Objects/Consumable/Food/Containers/plate.yml | 5 +++++ 2 files changed, 10 insertions(+) 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