From fec7b521cd11516f199a0be0c6343a026a78fd24 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Sun, 6 Jun 2021 19:03:41 -0400 Subject: [PATCH] Put the music speakers in crates! You can order them, but they don't appear on the shuttle! --- code/datums/supplypacks/misc_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/supplypacks/misc_vr.dm b/code/datums/supplypacks/misc_vr.dm index 005658d414b..04b27c7fbf0 100644 --- a/code/datums/supplypacks/misc_vr.dm +++ b/code/datums/supplypacks/misc_vr.dm @@ -118,6 +118,7 @@ /obj/item/device/walkpod = 3 ) cost = 150 + containertype = /obj/structure/closet/crate containername = "portable music players crate" /datum/supply_pack/misc/juke_remotes @@ -126,5 +127,6 @@ /obj/item/device/juke_remote = 2 ) cost = 300 + containertype = /obj/structure/closet/crate containername = "cordless jukebox speakers crate" \ No newline at end of file