Adds trash tag to more items (#6183)

This commit is contained in:
Peptide90
2022-01-16 19:37:48 +00:00
committed by GitHub
parent 291303f260
commit 990a929aee
9 changed files with 16 additions and 6 deletions

View File

@@ -191,6 +191,9 @@
mass: 5 mass: 5
mask: mask:
- SmallImpassable - SmallImpassable
- type: Tag
tags:
- Trash
- type: entity - type: entity
name: carrot name: carrot

View File

@@ -21,6 +21,9 @@
visuals: visuals:
- type: BagOpenCloseVisualizer - type: BagOpenCloseVisualizer
openIcon: open openIcon: open
- type: Tag
tags:
- Trash
- type: entity - type: entity
id: CigCartonRed id: CigCartonRed

View File

@@ -14,6 +14,7 @@
- type: Tag - type: Tag
tags: tags:
- Cigarette - Cigarette
- Trash
- type: Clothing - type: Clothing
sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi
Slots: [ mask ] Slots: [ mask ]

View File

@@ -11,6 +11,7 @@
- type: Tag - type: Tag
tags: tags:
- Cigarette - Cigarette
- Trash
- type: Clothing - type: Clothing
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
Slots: [ mask ] Slots: [ mask ]
@@ -40,6 +41,7 @@
- type: Tag - type: Tag
tags: tags:
- Cigarette - Cigarette
- Trash
- type: Clothing - type: Clothing
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
Slots: [ mask ] Slots: [ mask ]

View File

@@ -7,6 +7,7 @@
- type: Tag - type: Tag
tags: tags:
- CigPack - CigPack
- Trash
- type: Storage - type: Storage
capacity: 6 capacity: 6
- type: Item - type: Item

View File

@@ -58,6 +58,7 @@
- type: Tag - type: Tag
tags: tags:
- RollingPaper - RollingPaper
- Trash
- type: entity - type: entity
id: CigaretteFilter id: CigaretteFilter
@@ -78,3 +79,4 @@
- type: Tag - type: Tag
tags: tags:
- CigFilter - CigFilter
- Trash

View File

@@ -10,6 +10,9 @@
- type: Appearance - type: Appearance
visuals: visuals:
- type: BurnStateVisualizer - type: BurnStateVisualizer
- type: Tag
tags:
- Trash
# Base for all cigars and cigarettes. # Base for all cigars and cigarettes.
- type: entity - type: entity

View File

@@ -54,6 +54,7 @@
- type: Tag - type: Tag
tags: tags:
- Cola - Cola
- Trash
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/cola.rsi sprite: Objects/Consumable/Drinks/cola.rsi
- type: Item - type: Item

View File

@@ -25,9 +25,6 @@
enum.PaperStatus.Written: paper_words enum.PaperStatus.Written: paper_words
- type: Item - type: Item
size: 1 size: 1
- type: Tag
tags:
- Trash
- type: entity - type: entity
parent: Paper parent: Paper
@@ -40,9 +37,6 @@
# Changing it here is fine - if the PaperStatus key is actually added, # Changing it here is fine - if the PaperStatus key is actually added,
# something happened, so that ought to override this either way. # something happened, so that ought to override this either way.
- state: paper_words - state: paper_words
- type: Tag
tags:
- Trash
- type: entity - type: entity
parent: PaperWritten parent: PaperWritten