Skip to content

Commit

Permalink
moves the pumpkin to where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisAnima authored and Iajret committed Oct 19, 2024
1 parent ce9180e commit dceab6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions modular_nova/modules/modular_items/code/head.dm

This file was deleted.

1 change: 0 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dceab6f

Please sign in to comment.