Flashes, Expendablelights, and spray bottles will mark as trash when used up (#10430)

This commit is contained in:
Jessica M
2022-08-13 22:14:49 -07:00
committed by GitHub
parent c4fadd0783
commit 9aa4ae1fb4
6 changed files with 16 additions and 4 deletions

View File

@@ -42,6 +42,9 @@
- type: Sprite
sprite: Objects/Consumable/Food/skewer.rsi
state: skewer
- type: Tag
tags:
- Trash
# Custom Kebab Example

View File

@@ -29,6 +29,8 @@
sprayVelocity: 2
spraySound:
path: /Audio/Effects/spray2.ogg
- type: TrashOnEmpty
solution: spray
- type: entity
name: spray bottle

View File

@@ -78,6 +78,8 @@
- type: SpaceGarbage
- type: StaticPrice
price: 75 # These are limited supply items.
- type: TrashOnEmpty
solution: pen
- type: entity
name: emergency medipen

View File

@@ -4,9 +4,6 @@
id: GlowstickBase
description: Useful for raves and emergencies.
components:
- type: Tag
tags:
- Trash
- type: Recyclable
- type: SpaceGarbage
- type: ExpendableLight