diff --git a/modular_nova/master_files/code/modules/clothing/head/hardhat.dm b/modular_nova/master_files/code/modules/clothing/head/hardhat.dm index 9872a107260..7a9fec0cb51 100644 --- a/modular_nova/master_files/code/modules/clothing/head/hardhat.dm +++ b/modular_nova/master_files/code/modules/clothing/head/hardhat.dm @@ -10,3 +10,7 @@ visor_sprite_path = 'modular_nova/master_files/icons/mob/clothing/head_muzzled.dmi' else visor_sprite_path = 'icons/mob/clothing/head/utility.dmi' + +// Make it so pumpkin heads can be used in the neck, so that synths can cosplay as a dullahan for hallowen +/obj/item/clothing/head/utility/hardhat/pumpkinhead + slot_flags = ITEM_SLOT_HEAD | ITEM_SLOT_NECK diff --git a/modular_nova/modules/modular_items/code/head.dm b/modular_nova/modules/modular_items/code/head.dm deleted file mode 100644 index b1a93f83799..00000000000 --- a/modular_nova/modules/modular_items/code/head.dm +++ /dev/null @@ -1,3 +0,0 @@ -// Make it so pumpkin heads can be used in the neck, so that synths can cosplay as a dullahan for hallowen -/obj/item/clothing/head/utility/hardhat/pumpkinhead - slot_flags = ITEM_SLOT_HEAD | ITEM_SLOT_NECK diff --git a/tgstation.dme b/tgstation.dme index be39b0494dd..bf7268c086c 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -8074,7 +8074,6 @@ #include "modular_nova\modules\modular_items\code\ciggies.dm" #include "modular_nova\modules\modular_items\code\cross.dm" #include "modular_nova\modules\modular_items\code\designs.dm" -#include "modular_nova\modules\modular_items\code\head.dm" #include "modular_nova\modules\modular_items\code\makeshift.dm" #include "modular_nova\modules\modular_items\code\modular_glasses.dm" #include "modular_nova\modules\modular_items\code\necklace.dm"