diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index a9a1ddeeb8..e9ef48f269 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -104,11 +104,6 @@ category = SLOT_W_UNIFORM path = /obj/item/clothing/under/stripeddress -/datum/gear/sundress - name = "Sundress" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/sundress - /datum/gear/kilt name = "Kilt" category = SLOT_W_UNIFORM @@ -329,4 +324,16 @@ /datum/gear/gear_harnesses name = "Gear Harness" category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/gear_harness \ No newline at end of file + path = /obj/item/clothing/under/gear_harness + +/datum/gear/pinkstripper + name = "Pink stripper outfit" + categor = SLOT_W_UNIFORM + path = /obj/item/clothing/under/stripper_pink + cost = 3 + +/datum/gear/pinkstripper + name = "Green stripper outfit" + categor = SLOT_W_UNIFORM + path = /obj/item/clothing/under/stripper_green + cost = 3 \ No newline at end of file