From 4eb7a8ce7d1941c77b2fbf435e284f72101274ae Mon Sep 17 00:00:00 2001 From: DanSAussieITS <132237845+DanSAussieITS@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:29:17 +1100 Subject: [PATCH] Add PercussionInstrument tag to Woodblock (#21874) --- Resources/Prototypes/Catalog/Bounties/bounties.yml | 2 +- .../Objects/Fun/Instruments/instruments_percussion.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Bounties/bounties.yml b/Resources/Prototypes/Catalog/Bounties/bounties.yml index b428e6a264..bcfd6bdedc 100644 --- a/Resources/Prototypes/Catalog/Bounties/bounties.yml +++ b/Resources/Prototypes/Catalog/Bounties/bounties.yml @@ -328,7 +328,7 @@ description: bounty-description-percussion entries: - name: bounty-item-percussion - amount: 3 + amount: 4 whitelist: tags: - PercussionInstrument diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml index d79b354df4..9a464a5009 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml @@ -108,6 +108,9 @@ - type: Sprite sprite: Objects/Fun/Instruments/woodblock.rsi state: icon + - type: Tag + tags: + - PercussionInstrument - type: entity parent: BaseHandheldInstrument -- 2.51.2