Skip to content

Commit

Permalink
Merge pull request #1061 from Aurorablade/DeathMaskTweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutowski authored Dec 18, 2024
2 parents faed1a2 + f9ae722 commit f346c7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions code/modules/clothing/rogueclothes/hats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,18 @@
adjustable = CAN_CADJUST
toggle_icon_state = TRUE
max_integrity = 100

/obj/item/clothing/head/roguetown/necramask
name = "death mask"
desc = "A hood with a decorated jaw bone at the chin,normally worn by some followers of Necra as a form of devotion"
color = null
icon_state = "deathface"
item_state = "deathface"
flags_inv = HIDEEARS|HIDEHAIR|HIDEFACIALHAIR
icon = 'icons/roguetown/clothing/head.dmi'
mob_overlay_icon = 'icons/roguetown/clothing/onmob/head.dmi' //Overrides slot icon behavior
body_parts_covered = NECK|MOUTH //Jaw bone
slot_flags = ITEM_SLOT_HEAD|ITEM_SLOT_MASK
flags_inv = HIDEEARS|HIDEFACE|HIDEHAIR|HIDEFACIALHAIR
dynamic_hair_suffix = ""
sewrepair = TRUE

Expand Down
Binary file modified icons/roguetown/clothing/onmob/head.dmi
Binary file not shown.

0 comments on commit f346c7d

Please sign in to comment.