Merge branch 'master' into protean-rework

This commit is contained in:
BlackMajor
2022-04-25 13:21:53 +12:00
committed by GitHub
49 changed files with 335870 additions and 102038 deletions
@@ -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 ..()
/*