Adds trash tag to more items (#6183)
This commit is contained in:
@@ -191,6 +191,9 @@
|
||||
mass: 5
|
||||
mask:
|
||||
- SmallImpassable
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
name: carrot
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
visuals:
|
||||
- type: BagOpenCloseVisualizer
|
||||
openIcon: open
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
id: CigCartonRed
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cigarette
|
||||
- Trash
|
||||
- type: Clothing
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi
|
||||
Slots: [ mask ]
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cigarette
|
||||
- Trash
|
||||
- type: Clothing
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||
Slots: [ mask ]
|
||||
@@ -40,6 +41,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cigarette
|
||||
- Trash
|
||||
- type: Clothing
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||
Slots: [ mask ]
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- CigPack
|
||||
- Trash
|
||||
- type: Storage
|
||||
capacity: 6
|
||||
- type: Item
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- RollingPaper
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
id: CigaretteFilter
|
||||
@@ -78,3 +79,4 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- CigFilter
|
||||
- Trash
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: BurnStateVisualizer
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
|
||||
# Base for all cigars and cigarettes.
|
||||
- type: entity
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cola
|
||||
- Trash
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/cola.rsi
|
||||
- type: Item
|
||||
|
||||
@@ -25,9 +25,6 @@
|
||||
enum.PaperStatus.Written: paper_words
|
||||
- type: Item
|
||||
size: 1
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Paper
|
||||
@@ -40,9 +37,6 @@
|
||||
# Changing it here is fine - if the PaperStatus key is actually added,
|
||||
# something happened, so that ought to override this either way.
|
||||
- state: paper_words
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: PaperWritten
|
||||
|
||||
Reference in New Issue
Block a user