Skip to content

Commit

Permalink
bugfix: xylophone is xylophone
Browse files Browse the repository at this point in the history
  • Loading branch information
ROdenFL committed Oct 31, 2023
1 parent cc230ee commit f33587f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/instruments/objs/items/instruments.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f33587f

Please sign in to comment.