Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix skull facepaint, masks #5091

Merged
merged 4 commits into from
Dec 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ 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
/datum/gear/mask/uscm/skull_balaclava_blue
display_name = "Blue Skull Balaclava"
irakligabunia marked this conversation as resolved.
Show resolved Hide resolved
path = /obj/item/clothing/mask/rebreather/skull
cost = 4 //same as skull facepaint
slot = WEAR_FACE

/datum/gear/skull_balaclava_black
/datum/gear/mask/uscm/skull_balaclava_black
display_name = "Black Skull Balaclava"
irakligabunia marked this conversation as resolved.
Show resolved Hide resolved
path = /obj/item/clothing/mask/rebreather/skull/black
cost = 4
Expand Down Expand Up @@ -888,7 +888,7 @@ GLOBAL_LIST_EMPTY(gear_datums_by_name)
display_name = "Facepaint, black"
path = /obj/item/facepaint/black

/datum/gear/skullfacepaint
/datum/gear/misc/facepaint_skull
display_name = "Skull Facepaint"
irakligabunia marked this conversation as resolved.
Show resolved Hide resolved
path = /obj/item/facepaint/skull
cost = 3
Expand Down
Loading