Skip to content

Commit

Permalink
allows the pumkin to be equipped onto the neck
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisAnima authored and Iajret committed Oct 19, 2024
1 parent a378c37 commit ce9180e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_nova/modules/modular_items/code/head.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// 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
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8074,6 +8074,7 @@
#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 ce9180e

Please sign in to comment.