From 28c3dd61bb5b4e474cecdae1012a04e88583e947 Mon Sep 17 00:00:00 2001 From: Cactus Date: Sat, 27 Oct 2018 02:45:39 -0400 Subject: [PATCH] adds the yellow, saloon, and orange dresses to the loadout --- .../preference_setup/loadout/loadout_uniform.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform.dm b/code/modules/client/preference_setup/loadout/loadout_uniform.dm index f0f114af7f..803c274efa 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform.dm @@ -461,3 +461,15 @@ /datum/gear/uniform/westernbustle display_name = "western bustle" path = /obj/item/clothing/under/dress/westernbustle + +/datum/gear/uniform/yellowdress + display_name = "yellow dress" + path = /obj/item/clothing/under/dress/dress_yellow + +/datum/gear/uniform/saloondress + display_name = "saloon dress" + path = /obj/item/clothing/under/dress/dress_saloon + +/datum/gear/uniform/orangedress + display_name = "orange dress" + path = /obj/item/clothing/under/dress/dress_orange