From 7266f287579a53b0b4643441c8a3d463449dd4ad Mon Sep 17 00:00:00 2001 From: Shophaune <31856537+Shophaune@users.noreply.github.com> Date: Sun, 21 Oct 2018 19:23:02 +0100 Subject: [PATCH 1/2] Fix for duplicated loadout descriptions (#5694) * Add files via upload * Revert "Merge pull request #1 from Shophaune/plant-bag-ui-bug-fix" This reverts commit 62a60d4f87774508621506b347c679191e1a242f, reversing changes made to 6f909ce590f81a9c819b1ad2bcc2bcca1898859e. * Borrowing Ibnesquik's descriptions to fix this issue quickly. --- code/modules/client/preference_setup/loadout/loadout_uniform.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform.dm b/code/modules/client/preference_setup/loadout/loadout_uniform.dm index 14fd22711b9..427993f5c4a 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform.dm @@ -10,6 +10,7 @@ path = /obj/item/clothing/under/blazer/skirt /datum/gear/uniform/cheongsam + description = "Various color variations of an old earth dress style. They are pretty close fitting around the waist." display_name = "cheongsam selection" /datum/gear/uniform/cheongsam/New() @@ -21,6 +22,7 @@ gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cheongasms)) /datum/gear/uniform/croptop + description = "Light shirts which shows the midsection of the wearer." display_name = "croptop selection" /datum/gear/uniform/croptop/New()