mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
mask and hat
Adds cyborg mask and witch hat to loadout
This commit is contained in:
@@ -25,3 +25,7 @@
|
|||||||
/datum/gear/head/tigerpeltpink
|
/datum/gear/head/tigerpeltpink
|
||||||
display_name = "pink tiger pelt"
|
display_name = "pink tiger pelt"
|
||||||
path = /obj/item/clothing/head/pelt/tigerpeltpink
|
path = /obj/item/clothing/head/pelt/tigerpeltpink
|
||||||
|
|
||||||
|
/datum/gear/head/marisa
|
||||||
|
display_name = "Witch hat"
|
||||||
|
path = /obj/item/clothing/head/wizard/marisa
|
||||||
@@ -62,6 +62,11 @@
|
|||||||
path = /obj/item/clothing/accessory/gaiter
|
path = /obj/item/clothing/accessory/gaiter
|
||||||
cost = 1
|
cost = 1
|
||||||
|
|
||||||
|
/datum/gear/mask/death
|
||||||
|
display_name = "white mask"
|
||||||
|
path = /obj/item/clothing/mask/gas/cyborg
|
||||||
|
cost = 1
|
||||||
|
|
||||||
/datum/gear/mask/gaiter/New()
|
/datum/gear/mask/gaiter/New()
|
||||||
..()
|
..()
|
||||||
var/list/gaiters = list()
|
var/list/gaiters = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user