diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 7fb9f39dea..d226620d3e 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -485,7 +485,6 @@ datum/gear/darksabresheath /datum/gear/mikuleggings name = "starlight singer leggings" - category = SLOT_W_UNIFORM + category = SLOT_SHOES path = /obj/item/clothing/shoes/sneakers/mikuleggings ckeywhitelist = list("grandvegeta") -