Skip to content

Commit

Permalink
Adds Cage Hat for Costumes (#6112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain277 authored Nov 2, 2023
1 parent 523cb84 commit 23ba898
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/clothing/head/misc_special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,16 @@
item_state_slots = list(SLOT_ID_RIGHT_HAND = "santahatgreen", SLOT_ID_LEFT_HAND = "santahatgreen")
body_cover_flags = 0

// Ye Olde Bloodborne Cage Helmet
/obj/item/clothing/head/cage
name = "scholarly cage"
desc = "An aged iron cage meant to be worn upon one's head. It relies largely on the shoulders for support. Small, dried flecks of blood have visibly gathered in some of the recesses."
icon = 'icons/clothing/head/cage_32x48.dmi'
icon_state = "cage"
body_cover_flags = HEAD
w_class = ITEMSIZE_NORMAL
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

/*
* Xenoarch/Surface Loot Hats
*/
Expand Down
Binary file added icons/clothing/head/cage_32x48.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.

0 comments on commit 23ba898

Please sign in to comment.