diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 8135532d85..28ff93c05a 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -331,4 +331,11 @@ datum/gear/darksabresheath name = "Divine robes" category = SLOT_W_UNIFORM path = /obj/item/clothing/under/lunasune - ckeywhitelist = list("invader4352") \ No newline at end of file + ckeywhitelist = list("invader4352") + +/datum/gear/gothcoat + name = "Goth Coat" + category = SLOT_W_UNIFORM + path = /obj/item/clothing/suit/gothcoat + ckeywhitelist = list("norko") +