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"