mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 05:04:10 +01:00
Merge pull request #2748 from CHOMPStation2/Razgriz1032-patch-9
Protean now gets default survival box
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user