Update misc_vr.dm

This commit is contained in:
Killian
2021-06-11 19:34:10 +01:00
parent 643caba532
commit 6eef6e406a
@@ -66,9 +66,11 @@
/obj/structure/closet/secure_closet/explorer/Initialize()
if(prob(50))
starts_with += /obj/item/weapon/storage/backpack
starts_with += /obj/item/weapon/storage/backpack/explorer
else
starts_with += /obj/item/weapon/storage/backpack/satchel/norm
starts_with += /obj/item/weapon/storage/backpack/satchel/explorer
if(prob(50))
starts_with += /obj/item/weapon/storage/backpack/dufflebag/explorer
return ..()
//SAR Lockers
@@ -113,6 +115,14 @@
/obj/item/bodybag/cryobag,
/obj/item/device/cataloguer/compact)
/obj/structure/closet/secure_closet/sar/Initialize()
if(prob(50))
starts_with += /obj/item/weapon/storage/backpack/medic
else
starts_with += /obj/item/weapon/storage/backpack/satchel/med
if(prob(50))
starts_with += /obj/item/weapon/storage/backpack/dufflebag/med
//Pilot Locker
/obj/structure/closet/secure_closet/pilot