mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Update misc_vr.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user