why didnt shock protection work

This commit is contained in:
BlackMajor
2022-04-21 23:36:09 +12:00
parent 25fcc0b510
commit 6de234b6de
3 changed files with 9 additions and 4 deletions

View File

@@ -48,6 +48,7 @@
can_buckle = 1
has_hands = 1
shock_resist = 1
/datum/say_list/protean_blob
speak = list("Blrb?","Sqrsh.","Glrsh!")

View File

@@ -94,7 +94,10 @@
/mob/living/carbon/human/proc/shapeshifter_select_wings,
/mob/living/carbon/human/proc/shapeshifter_select_tail,
/mob/living/carbon/human/proc/shapeshifter_select_ears,
) //removed fetish verbs, since non-customs can pick neutral traits now
/mob/living/proc/flying_toggle,
/mob/living/proc/flying_vore_toggle,
/mob/living/proc/start_wings_hovering,
) //removed fetish verbs, since non-customs can pick neutral traits now. Also added flight, cause shapeshifter can grow wings.
var/global/list/abilities = list()
@@ -126,9 +129,9 @@
H.synth_color = TRUE
/datum/species/protean/equip_survival_gear(var/mob/living/carbon/human/H)
..() //CHOMP Edit this calls the parent function which should spawn the survival box.
..()
var/obj/item/stack/material/steel/metal_stack = new()
metal_stack.set_amount(5) //CHOMP Edit
metal_stack.set_amount(5)
var/obj/item/clothing/accessory/permit/nanotech/permit = new()
permit.set_name(H.real_name)