From 0f8e455591f268c67b656fddcc979365c9832f92 Mon Sep 17 00:00:00 2001 From: ReddeyfishVor <36580397+ReddeyfishVor@users.noreply.github.com> Date: Mon, 2 Apr 2018 20:35:26 -0700 Subject: [PATCH] Add glass ornament to restraints crate --- code/datums/supplypacks/recreation_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/datums/supplypacks/recreation_vr.dm b/code/datums/supplypacks/recreation_vr.dm index e95094428e..c630c42006 100644 --- a/code/datums/supplypacks/recreation_vr.dm +++ b/code/datums/supplypacks/recreation_vr.dm @@ -13,6 +13,7 @@ contains = list( /obj/item/clothing/mask/muzzle, /obj/item/clothing/glasses/sunglasses/blindfold, + /obj/item/weapon/storage/glass_ornament, /obj/item/weapon/handcuffs/fuzzy, /obj/item/weapon/tape_roll, /obj/item/stack/cable_coil/random, @@ -38,4 +39,4 @@ ) cost = 50 containertype = /obj/structure/closet/crate - containername = "wolfgirl cosplay crate" \ No newline at end of file + containername = "wolfgirl cosplay crate"