diff --git a/code/modules/client/preference_setup/loadout/loadout_head_ch.dm b/code/modules/client/preference_setup/loadout/loadout_head_ch.dm index d77cafc5a3..771b02dd01 100644 --- a/code/modules/client/preference_setup/loadout/loadout_head_ch.dm +++ b/code/modules/client/preference_setup/loadout/loadout_head_ch.dm @@ -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 \ No newline at end of file diff --git a/code/modules/client/preference_setup/loadout/loadout_mask.dm b/code/modules/client/preference_setup/loadout/loadout_mask.dm index af33ec7787..499b40ab1f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_mask.dm +++ b/code/modules/client/preference_setup/loadout/loadout_mask.dm @@ -62,6 +62,11 @@ path = /obj/item/clothing/accessory/gaiter cost = 1 +/datum/gear/mask/death + display_name = "white mask" + path = /obj/item/clothing/mask/gas/cyborg + cost = 1 + /datum/gear/mask/gaiter/New() ..() var/list/gaiters = list()