From 627669c5f74dbff023160311a891a849d48a34aa Mon Sep 17 00:00:00 2001 From: Kabramen <46802162+Kabramen@users.noreply.github.com> Date: Mon, 11 Oct 2021 12:43:35 -0300 Subject: [PATCH] Update dullahan.dm --- code/modules/mob/living/carbon/human/species_types/dullahan.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/dullahan.dm b/code/modules/mob/living/carbon/human/species_types/dullahan.dm index 103f724e..2e1040ea 100644 --- a/code/modules/mob/living/carbon/human/species_types/dullahan.dm +++ b/code/modules/mob/living/carbon/human/species_types/dullahan.dm @@ -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.