Skip to content

Commit

Permalink
skull mask
Browse files Browse the repository at this point in the history
  • Loading branch information
irakligabunia committed Nov 26, 2023
1 parent 30023c0 commit 1e3fbab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,18 @@ GLOBAL_LIST_EMPTY(gear_datums_by_name)
display_name = "USCM balaclava, tan"
path = /obj/item/clothing/mask/rebreather/scarf/tan

/datum/gear/skull_balaclava_blue
display_name = "Blue Skull Balaclava"
path = /obj/item/clothing/mask/rebreather/skull
cost = 4 //same as skull facepaint
slot = WEAR_FACE

/datum/gear/skull_balaclava_black
display_name = "Black Skull Balaclava"
path = /obj/item/clothing/mask/rebreather/skull/black
cost = 4
slot = WEAR_FACE

/datum/gear/headwear
category = "Headwear"
cost = 3
Expand Down

0 comments on commit 1e3fbab

Please sign in to comment.