From 68310de0ae1f27c175e0078588d7312b8f23a79f Mon Sep 17 00:00:00 2001 From: MatchaFrappe Date: Mon, 5 Jun 2017 17:06:32 +1000 Subject: [PATCH] Update loadout_uniform.dm --- .../client/preference_setup/loadout/loadout_uniform.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform.dm b/code/modules/client/preference_setup/loadout/loadout_uniform.dm index 8974cc004d7..30b0a74f70f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform.dm @@ -375,6 +375,10 @@ /datum/gear/uniform/dresses/janimaid display_name = "maid uniform" path = /obj/item/clothing/under/dress/janimaid + +/datum/gear/uniform/dresses/sexymaid + display_name = "sexy maid uniform" + path = /obj/item/clothing/under/dress/sexymaid /datum/gear/uniform/pt display_name = "pt uniform" @@ -458,4 +462,4 @@ /datum/gear/uniform/red_swept_dress display_name = "red swept dress" - path = /obj/item/clothing/under/dress/red_swept_dress \ No newline at end of file + path = /obj/item/clothing/under/dress/red_swept_dress