Skip to content

Commit

Permalink
Cherry-picked commit b60f61c from space-wizards/space-station-14/master
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleStation14 authored and ImWeax committed Mar 25, 2024
1 parent b68ed3c commit e51cc70
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
- KeyedInstrument

- type: entity
parent: BaseHandheldInstrument
parent: [BaseHandheldInstrument, Clothing]
id: HarmonicaInstrument
name: harmonica
components:
Expand All @@ -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
Expand Down

0 comments on commit e51cc70

Please sign in to comment.