From 1d933dd0f3bf1f2b5a6de84b45d8b5f3b2708796 Mon Sep 17 00:00:00 2001 From: LetterJay <9606363+LetterJay@users.noreply.github.com> Date: Sun, 22 Dec 2019 14:37:00 -0600 Subject: [PATCH] Update modular_citadel/code/modules/client/loadout/__donator.dm Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com> --- modular_citadel/code/modules/client/loadout/__donator.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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") -