diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform.dm b/code/modules/client/preference_setup/loadout/loadout_uniform.dm index 64dec38af3..e2a54df9cf 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform.dm @@ -216,6 +216,14 @@ ..() gear_tweaks += gear_tweak_free_color_choice +/datum/gear/uniform/loincloth + display_name = "loincloth" + path = /obj/item/clothing/under/skirt/loincloth + +/datum/gear/uniform/loincloth/New() + ..() + gear_tweaks += gear_tweak_free_color_choice + /datum/gear/uniform/reddress display_name = "red dress with belt" path = /obj/item/clothing/under/dress/darkred