From f487a79922c71d072fed016aa99a7f5d27f03451 Mon Sep 17 00:00:00 2001 From: Enric Gabriel <43283559+SandPoot@users.noreply.github.com> Date: Sun, 27 Sep 2020 20:05:25 -0300 Subject: [PATCH] upload headcrab.dm --- code/modules/mob/living/simple_animal/hostile/headcrab.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/headcrab.dm b/code/modules/mob/living/simple_animal/hostile/headcrab.dm index ac53ff794b..850beeb099 100644 --- a/code/modules/mob/living/simple_animal/hostile/headcrab.dm +++ b/code/modules/mob/living/simple_animal/hostile/headcrab.dm @@ -80,7 +80,9 @@ if(C.can_absorb_dna(owner)) C.add_new_profile(owner) - C.purchasedpowers += new /obj/effect/proc_holder/changeling/humanform(null) + var/obj/effect/proc_holder/changeling/humanform/hf = new + C.purchasedpowers += hf + hf.on_purchase(origin.current, TRUE) M.key = origin.key owner.gib()