From 899ca95ab55aae8b7c2c8679285f4303f0943d4f Mon Sep 17 00:00:00 2001 From: nesquik <24830358+lbnesquik@users.noreply.github.com> Date: Mon, 15 Sep 2025 05:41:55 +0200 Subject: [PATCH] Adds the loincloth to the loadout options (#18490) --- .../client/preference_setup/loadout/loadout_uniform.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform.dm b/code/modules/client/preference_setup/loadout/loadout_uniform.dm index 2b281d6f08..bad6be6ccb 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