From 4bf35ee9b865d3d3410aabfdd493d11ca059b2b0 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:32:39 -0400 Subject: [PATCH] Add trash tag to chopsticks (#31260) --- Resources/Prototypes/Entities/Objects/Misc/chopsticks.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Misc/chopsticks.yml b/Resources/Prototypes/Entities/Objects/Misc/chopsticks.yml index f5b6a982b5..0eff2c8d47 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/chopsticks.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/chopsticks.yml @@ -13,6 +13,9 @@ - type: Utensil types: - Fork + - type: Tag + tags: + - Trash - type: entity parent: BaseItem @@ -28,3 +31,6 @@ - type: Sprite sprite: Objects/Misc/chopstick.rsi state: paired + - type: Tag + tags: + - Trash -- 2.51.2