mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
Merge pull request #5684 from Echopsychotic/Clothing
witch hat and cyborg mask added
This commit is contained in:
@@ -25,3 +25,7 @@
|
||||
/datum/gear/head/tigerpeltpink
|
||||
display_name = "pink tiger pelt"
|
||||
path = /obj/item/clothing/head/pelt/tigerpeltpink
|
||||
|
||||
/datum/gear/head/marisa
|
||||
display_name = "Witch hat"
|
||||
path = /obj/item/clothing/head/wizard/marisa
|
||||
@@ -61,6 +61,12 @@
|
||||
display_name = "neck gaiter selection"
|
||||
path = /obj/item/clothing/accessory/gaiter
|
||||
cost = 1
|
||||
|
||||
//CHOMPAdd - Put this mask in loadout
|
||||
/datum/gear/mask/death
|
||||
display_name = "white mask"
|
||||
path = /obj/item/clothing/mask/gas/cyborg
|
||||
cost = 1
|
||||
|
||||
/datum/gear/mask/gaiter/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user