From 78bfce5389132e9ea8366238b8765a949dfba2fe Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:36:30 -0500 Subject: [PATCH] path fix (#19194) --- code/modules/instruments/instrument_data/hardcoded.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/instruments/instrument_data/hardcoded.dm b/code/modules/instruments/instrument_data/hardcoded.dm index 28423d88b8..c770f9569e 100644 --- a/code/modules/instruments/instrument_data/hardcoded.dm +++ b/code/modules/instruments/instrument_data/hardcoded.dm @@ -23,7 +23,7 @@ name = "Electric Guitar" id = "eguitar" legacy_instrument_ext = "ogg" - legacy_instrument_path = "electric_guitar" + legacy_instrument_path = "eguitar" /datum/instrument/hardcoded/glockenspiel name = "Glockenspiel"