Update dullahan.dm

This commit is contained in:
Kabramen
2021-10-11 12:43:35 -03:00
parent 8ed86c3c9d
commit 627669c5f7
@@ -35,7 +35,7 @@
if(pumpkin)//Pumpkinhead!
head.animal_origin = 100
head.icon = 'icons/obj/clothing/hats.dmi'
head.icon_state = "hardhat1_pumpkin_j"
head.icon_state = "hardhat1_pumpkin"
head.custom_head = TRUE
head.drop_limb()
if(!QDELETED(head)) //drop_limb() deletes the limb if it's no drop location and dummy humans used for rendering icons are located in nullspace. Do the math.