From cbd34448412759ca646142a267a93d3e8f0c91cd Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:29:02 -0400 Subject: [PATCH] powder that makes you say yes --- code/datums/supplypacks/recreation_yw.dm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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