Add trash tags to some items (#11270)

This commit is contained in:
themias
2022-09-14 13:14:54 -04:00
committed by GitHub
parent ce7a9c84a9
commit a68e9da700
3 changed files with 10 additions and 0 deletions

View File

@@ -39,6 +39,8 @@
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: TrashOnEmpty
solution: drink
- type: entity
parent: DrinkBottleBaseFull

View File

@@ -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

View File

@@ -98,6 +98,8 @@
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: TrashOnEmpty
solution: food
- type: entity
parent: ReagentContainerBase