From 93d18cba26d7e72a3e720e7704f6ffa05498d33c Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:02:24 -0700 Subject: [PATCH] [MIRROR] Electric Guitar Path Fix (#12420) Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> --- 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"