From f33587f62cbf4f9610c7855d324e90648399aa74 Mon Sep 17 00:00:00 2001 From: ROdenFL <144662735+ROdenFL@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:22:58 +0300 Subject: [PATCH] bugfix: xylophone is xylophone --- code/modules/instruments/objs/items/instruments.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/instruments/objs/items/instruments.dm b/code/modules/instruments/objs/items/instruments.dm index 2426de9a5c9..fe48c088a0b 100644 --- a/code/modules/instruments/objs/items/instruments.dm +++ b/code/modules/instruments/objs/items/instruments.dm @@ -157,7 +157,7 @@ desc = "A percussion instrument with a bright tone." icon_state = "xylophone" item_state = "xylophone" - allowed_instrument_ids = "bikehorn" + allowed_instrument_ids = "xylophone" /obj/item/instrument/bikehorn name = "gilded bike horn"