From 69408b162abd18d57141ad42b9142c17f683d5d9 Mon Sep 17 00:00:00 2001 From: SimpleStation14 <130339894+SimpleStation14@users.noreply.github.com> Date: Fri, 3 May 2024 11:17:26 -0700 Subject: [PATCH] Mirror: Wearable Harmonicas (#386) ## Mirror of PR #26261: [Wearable Harmonicas](https://github.com/space-wizards/space-station-14/pull/26261) from space-wizards [space-wizards](https://github.com/space-wizards)/[space-station-14](https://github.com/space-wizards/space-station-14) ###### `b60f61c7b79cebf07743c057e4a89202ca06f258` PR opened by ImWeax at 2024-03-19 14:18:13 UTC --- PR changed 1 files with 7 additions and 1 deletions. The PR had the following labels: - No C# - Status: Needs Review ---

Original Body

> > > > ## About the PR > > Made harmonicas wearable (and playable) in the neck slot. > > ## Why / Balance > > Sprite has a neck loop and it was bugging me you couldn't wear them > > ## Technical details > > > ## Media > > > - [x] I have added screenshots/videos to this PR showcasing its changes ingame, **or** this PR does not require an ingame showcase > > ## Breaking changes > > > **Changelog** > > > > :cl: Weax > - tweak: Harmonicas can now be equipped (and played) in the neck slot. > >
Co-authored-by: SimpleStation14 --- .../Objects/Fun/Instruments/instruments_wind.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml index c8a098b586e..3b89d1075be 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml @@ -52,7 +52,7 @@ - KeyedInstrument - type: entity - parent: BaseHandheldInstrument + parent: [BaseHandheldInstrument, Clothing] id: HarmonicaInstrument name: harmonica components: @@ -64,6 +64,13 @@ - type: Item size: Small sprite: Objects/Fun/Instruments/harmonica.rsi + storedRotation: -90 + - type: Clothing + quickEquip: false + slots: + - neck + - type: ActivatableUI + inHandsOnly: false - type: Tag tags: - WoodwindInstrument