mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 08:39:12 +01:00
Merge branch 'master' into protean-rework
This commit is contained in:
@@ -99,6 +99,8 @@
|
||||
starts_with = list(
|
||||
/obj/item/clothing/under/explorer,
|
||||
/obj/item/clothing/suit/storage/hooded/explorer,
|
||||
/obj/item/clothing/suit/armor/pcarrier/explorer/light, //CHOMPADD
|
||||
/obj/item/clothing/head/helmet/explorer, //CHOMPADD
|
||||
/obj/item/clothing/mask/gas/explorer,
|
||||
/obj/item/weapon/storage/belt/explorer/pathfinder,
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
@@ -125,9 +127,11 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/pathfinder/Initialize()
|
||||
if(prob(50))
|
||||
starts_with += /obj/item/weapon/storage/backpack
|
||||
starts_with += /obj/item/weapon/storage/backpack/explorer //CHOMPEDIT
|
||||
else
|
||||
starts_with += /obj/item/weapon/storage/backpack/satchel/norm
|
||||
starts_with += /obj/item/weapon/storage/backpack/satchel/explorer //CHOMPEDIT START
|
||||
if(prob(50))
|
||||
starts_with += /obj/item/weapon/storage/backpack/dufflebag/explorer //CHOMPEDIT STOP
|
||||
return ..()
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user