From de78bedc5f1d1362c89be80fb586163ccc511c37 Mon Sep 17 00:00:00 2001 From: Coolsurf6 Date: Mon, 13 Jan 2025 20:07:33 +1000 Subject: [PATCH] Fixed Jazz Instrument for Electric Guitars (#33363) * fixed jazz midi program byte * swapped around jazz and clean in instrumentList --- .../Entities/Objects/Fun/Instruments/instruments_string.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml index 3e2f02f828..ed1520ff99 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml @@ -9,7 +9,7 @@ - type: SwappableInstrument instrumentList: "Clean": {27: 0} - "Jazz": {25: 0} + "Jazz": {26: 0} "Muted": {28: 0} - type: Sprite sprite: Objects/Fun/Instruments/eguitar.rsi -- 2.51.2