From c2615881c7bf65785dfb3e54d42063f84ac7b745 Mon Sep 17 00:00:00 2001 From: loginsandylogout Date: Wed, 4 Apr 2018 13:21:42 -0500 Subject: [PATCH] ah --- .../code/modules/client/loadout/uniform.dm | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index c45260ae10..4dfe39f17e 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -156,17 +156,8 @@ name = "Polychromic Athletic Shorts" category = slot_w_uniform path = /obj/item/clothing/under/polychromic/shortpants - cost = 2/datum/gear/strppink - name = "Pink stripper outfit" - category = slot_w_uniform - path = /obj/item/clothing/under/stripper_pink - cost = 8 //thots pay the thot toll + cost = 2 -/datum/gear/strpgreen - name = "Green stripper outfit" - category = slot_w_uniform - path = /obj/item/clothing/under/stripper_green - cost = 8 /datum/gear/sundress name = "Sundress" category = slot_w_uniform @@ -190,6 +181,18 @@ path = /obj/item/clothing/under/polychromic/shirt cost = 3 +/datum/gear/strppink + name = "Pink stripper outfit" + category = slot_w_uniform + path = /obj/item/clothing/under/stripper_pink + cost = 8 //thots pay the thot toll + +/datum/gear/strpgreen + name = "Green stripper outfit" + category = slot_w_uniform + path = /obj/item/clothing/under/stripper_green + cost = 8 + // Trekie things //TOS /datum/gear/trekcmdtos