From d3b981f35439d87a633ba4dd3d8ce76952eb3873 Mon Sep 17 00:00:00 2001 From: deepdarkdepths <155149356+deepdarkdepths@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:29:02 -0500 Subject: [PATCH] Fixes glowsticks being unable to be inserted into trashbags (#25863) Glowstick now garbo --- Resources/Prototypes/Entities/Objects/Tools/glowstick.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/glowstick.yml b/Resources/Prototypes/Entities/Objects/Tools/glowstick.yml index 5aea0d8a29..2320764d9f 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/glowstick.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/glowstick.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity name: green glowstick parent: BaseItem id: GlowstickBase @@ -60,6 +60,9 @@ maxDuration: 10 # 300.0 startValue: 5.0 endValue: 1.5 + - type: Tag + tags: + - Trash - type: entity name: red glowstick -- 2.51.2