Merge pull request #10615 from KillianKirilenko/kk-fixes

Explo/SAR Locker Tweak
This commit is contained in:
Aronai Sieyes
2021-06-11 19:12:38 +00:00
committed by Chompstation Bot
parent 2d626c3b72
commit 2748b83176
@@ -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