Slowly getting there

This commit is contained in:
Fermi
2019-10-06 11:09:54 +01:00
parent d023d58b2c
commit ea031d6d40
2 changed files with 160 additions and 55 deletions
@@ -32,6 +32,9 @@
head.throwforce = 25
myhead = new /obj/item/dullahan_relay (head, H)
H.put_in_hands(head)
var/obj/item/organ/eyes/eyes = H.getorganslot(ORGAN_SLOT_EYES)
for(/datum/action/item_action/organ_action/OA in eyes.actions)
OA.Toggle()
/datum/species/dullahan/on_species_loss(mob/living/carbon/human/H)
H.flags_1 |= ~HEAR_1
@@ -138,4 +141,4 @@
D.myhead = null
owner.gib()
owner = null
..()
..()