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