Add trash tags to some items (#11270)
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
max: 1
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: TrashOnEmpty
|
||||
solution: drink
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBottleBaseFull
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -98,6 +98,8 @@
|
||||
max: 1
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: TrashOnEmpty
|
||||
solution: food
|
||||
|
||||
- type: entity
|
||||
parent: ReagentContainerBase
|
||||
|
||||
Reference in New Issue
Block a user