diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 5d53431118..921dca141c 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -421,4 +421,10 @@ datum/gear/darksabresheath name = "Trendy Fit" category = SLOT_W_UNIFORM path = /obj/item/clothing/under/trendy_fit - ckeywhitelist = list("midgetdragon") \ No newline at end of file + ckeywhitelist = list("midgetdragon") + +/datum/gear/singery + name = "Yellow Performer Outfit" + category = SLOT_WEAR_SUIT + path = /obj/item/clothing/under/singery + ckeywhitelist = list("maxlynchy") \ No newline at end of file