Skip to content

Commit

Permalink
fix skull facepaint, masks (#5091)
Browse files Browse the repository at this point in the history
# About the pull request

it fixes the previous PR of adding the skull mask, facepaint


# Explain why it's good for the game

its a fix and sorry, i will test my PR's in the future


# Testing Photographs and Procedure
https://files.catbox.moe/6tyox1.png 



</details>


# Changelog
:cl: stalkerino
fix: fixes the skull facepaint, black mask, blue mask
/:cl:

---------

Co-authored-by: fira <[email protected]>
  • Loading branch information
irakligabunia and fira authored Dec 2, 2023
1 parent 354e2ee commit c857aeb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ 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"
/datum/gear/mask/uscm/skull_balaclava_blue
display_name = "USCM balaclava, blue skull"
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"
/datum/gear/mask/uscm/skull_balaclava_black
display_name = "USCM balaclava, black skull"
path = /obj/item/clothing/mask/rebreather/skull/black
cost = 4
slot = WEAR_FACE
Expand Down Expand Up @@ -888,8 +888,8 @@ GLOBAL_LIST_EMPTY(gear_datums_by_name)
display_name = "Facepaint, black"
path = /obj/item/facepaint/black

/datum/gear/skullfacepaint
display_name = "Skull Facepaint"
/datum/gear/misc/facepaint_skull
display_name = "Facepaint, skull"
path = /obj/item/facepaint/skull
cost = 3

Expand Down

0 comments on commit c857aeb

Please sign in to comment.