diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index cf5c74a38d..edb42bbc32 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -56,6 +56,12 @@ path = /obj/item/clothing/suit/storage/blueshield/grimmy ckeywhitelist = list("bbgrimmy") +/datum/gear/donator/cosmic_coat + name = "Cosmic Coat" + category = LOADOUT_CATEGORY_DONATOR + path = /obj/item/clothing/suit/hooded/wintercoat/cosmic + ckeywhitelist = list("Neun", "neun", "NEUN") + /datum/gear/donator/tarek_gps name = "Tarek's GPS" category = LOADOUT_CATEGORY_DONATOR