From a68e9da700a9f98f3715675a1627b7803ff82851 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 14 Sep 2022 13:14:54 -0400 Subject: [PATCH] Add trash tags to some items (#11270) --- .../Entities/Objects/Consumable/Drinks/drinks_bottles.yml | 2 ++ .../Entities/Objects/Consumable/Food/Containers/plate.yml | 6 ++++++ .../Entities/Objects/Consumable/Food/ingredients.yml | 2 ++ 3 files changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index e783d4e4f9..24fc0d137b 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -39,6 +39,8 @@ max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] + - type: TrashOnEmpty + solution: drink - type: entity parent: DrinkBottleBaseFull diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml index ae1aa737b0..39f2bfa1a8 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml @@ -114,6 +114,9 @@ sprite: Objects/Consumable/Food/plates.rsi state: plate-plastic netsync: false + - type: Tag + tags: + - Trash - type: entity name: plastic plate @@ -125,6 +128,9 @@ sprite: Objects/Consumable/Food/plates.rsi state: plate-small-plastic netsync: false + - type: Tag + tags: + - Trash # Pie Tin diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index 5adbf34347..b94837f9ec 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -98,6 +98,8 @@ max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] + - type: TrashOnEmpty + solution: food - type: entity parent: ReagentContainerBase