diff --git a/code/datums/supplypacks/recreation_yw.dm b/code/datums/supplypacks/recreation_yw.dm index 5a3a86462e..7e2ba0ebb0 100644 --- a/code/datums/supplypacks/recreation_yw.dm +++ b/code/datums/supplypacks/recreation_yw.dm @@ -1,15 +1,15 @@ /datum/supply_pack/recreation/bigband name = "Instrument bundle" contains = list( - /obj/item/device/instrument/guitar = 1, - /obj/item/device/instrument/keytar = 1, - /obj/item/device/instrument/eguitar = 1, - /obj/item/device/instrument/xylophone = 1, - /obj/item/device/instrument/accordion = 1, - /obj/item/device/instrument/saxophone = 1, - /obj/item/device/instrument/glockenspiel = 1, - /obj/item/device/instrument/harmonica = 1, - /obj/item/device/instrument/trombone = 1, + /obj/item/instrument/guitar = 1, + /obj/item/instrument/keytar = 1, + /obj/item/instrument/eguitar = 1, + /obj/item/instrument/xylophone = 1, + /obj/item/instrument/accordion = 1, + /obj/item/instrument/saxophone = 1, + /obj/item/instrument/glockenspiel = 1, + /obj/item/instrument/harmonica = 1, + /obj/item/instrument/trombone = 1, ) cost = 100 containertype = /obj/structure/closet/crate