Merge pull request #1418 from Kabramen/Pumpkin-Head-Dullahan-fix

Pumpkin Head Dullahan Fix
This commit is contained in:
Dahlular
2021-10-11 19:22:22 -06:00
committed by GitHub
@@ -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.