From 8106f27e96adcb1e9e83b79ae73b23f83c81f958 Mon Sep 17 00:00:00 2001 From: KotetsuRedwood Date: Tue, 30 Jan 2018 08:44:24 +0000 Subject: [PATCH] Adds latex maid dresses to trash piles and loadout uniforms! squrrrllk and other similar noises --- code/game/objects/structures/trash_pile.dm | 1 + .../client/preference_setup/loadout/loadout_uniform_vr.dm | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/trash_pile.dm b/code/game/objects/structures/trash_pile.dm index 0f4df54472..c8b771ab88 100644 --- a/code/game/objects/structures/trash_pile.dm +++ b/code/game/objects/structures/trash_pile.dm @@ -190,6 +190,7 @@ prob(2);/obj/item/weapon/reagent_containers/glass/rag, prob(2);/obj/item/weapon/storage/box/sinpockets, prob(2);/obj/item/weapon/storage/secure/briefcase, + prob(2);/obj/item/clothing/under/fluff/latexmaid, prob(1);/obj/item/clothing/glasses/sunglasses, prob(1);/obj/item/clothing/glasses/welding, prob(1);/obj/item/clothing/gloves/yellow, diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform_vr.dm b/code/modules/client/preference_setup/loadout/loadout_uniform_vr.dm index 7192810497..0d5f8afcb7 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform_vr.dm @@ -158,4 +158,9 @@ Swimsuits /datum/gear/uniform/suit/gnshorts display_name = "GN shorts" - path = /obj/item/clothing/under/fluff/gnshorts \ No newline at end of file + path = /obj/item/clothing/under/fluff/gnshorts + +//Latex maid dress +/datum/gear/uniform/latexmaid + display_name = "latex maid dress" + path = /obj/item/clothing/under/fluff/latexmaid \ No newline at end of file