Merge pull request #2748 from CHOMPStation2/Razgriz1032-patch-9

Protean now gets default survival box
This commit is contained in:
Nadyr
2021-08-08 06:38:36 -04:00
committed by GitHub
@@ -139,6 +139,7 @@
H.synth_color = TRUE
/datum/species/protean/equip_survival_gear(var/mob/living/carbon/human/H)
var/boxtype = /obj/item/weapon/storage/box/survival //CHOMP Addition
var/obj/item/stack/material/steel/metal_stack = new()
metal_stack.amount = 5 //CHOMP Edit
@@ -383,4 +384,4 @@ CHOMP Removal end*/
return
//CHOMP Add end
#undef DAM_SCALE_FACTOR
#undef METAL_PER_TICK
#undef METAL_PER_TICK