From 41ac5e0027fbdd06a6b5d68711319fe9f12c69a2 Mon Sep 17 00:00:00 2001 From: Citinited Date: Fri, 1 Feb 2019 21:46:58 +0000 Subject: [PATCH] Repath of sexy clown gear: part 1 --- code/game/jobs/job/support.dm | 4 ++-- code/game/machinery/vending.dm | 4 ++-- code/game/objects/effects/landmarks.dm | 4 ++-- code/modules/admin/verbs/honksquad.dm | 4 ++-- code/modules/clothing/masks/gasmask.dm | 13 ++++++------- code/modules/clothing/under/jobs/civilian.dm | 7 +++++++ code/modules/clothing/under/miscellaneous.dm | 7 ------- 7 files changed, 21 insertions(+), 22 deletions(-) diff --git a/code/game/jobs/job/support.dm b/code/game/jobs/job/support.dm index c6a06eed726..38ef1b7fe32 100644 --- a/code/game/jobs/job/support.dm +++ b/code/game/jobs/job/support.dm @@ -237,8 +237,8 @@ /datum/outfit/job/clown/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(H.gender == FEMALE) - mask = /obj/item/clothing/mask/gas/sexyclown - uniform = /obj/item/clothing/under/sexyclown + mask = /obj/item/clothing/mask/gas/clown_hat/sexy + uniform = /obj/item/clothing/under/rank/clown/sexy /datum/outfit/job/clown/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index 9b3662ad483..8b8407a3906 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -1184,8 +1184,8 @@ /obj/item/clothing/head/bandana = 1,/obj/item/clothing/under/soviet = 1,/obj/item/clothing/head/ushanka = 1,/obj/item/clothing/suit/imperium_monk = 1, /obj/item/clothing/mask/gas/cyborg = 1,/obj/item/clothing/suit/holidaypriest = 1,/obj/item/clothing/head/wizard/marisa/fake = 1, /obj/item/clothing/suit/wizrobe/marisa/fake = 1,/obj/item/clothing/under/sundress = 1,/obj/item/clothing/head/witchwig = 1,/obj/item/twohanded/staff/broom = 1, - /obj/item/clothing/suit/wizrobe/fake = 1,/obj/item/clothing/head/wizard/fake = 1,/obj/item/twohanded/staff = 3,/obj/item/clothing/mask/gas/sexyclown = 1, - /obj/item/clothing/under/sexyclown = 1,/obj/item/clothing/mask/gas/sexymime = 1,/obj/item/clothing/under/sexymime = 1, + /obj/item/clothing/suit/wizrobe/fake = 1,/obj/item/clothing/head/wizard/fake = 1,/obj/item/twohanded/staff = 3,/obj/item/clothing/mask/gas/clown_hat/sexy = 1, + /obj/item/clothing/under/rank/clown/sexy = 1,/obj/item/clothing/mask/gas/sexymime = 1,/obj/item/clothing/under/sexymime = 1, /obj/item/clothing/mask/face/bat = 1,/obj/item/clothing/mask/face/bee = 1,/obj/item/clothing/mask/face/bear = 1,/obj/item/clothing/mask/face/raven = 1,/obj/item/clothing/mask/face/jackal = 1,/obj/item/clothing/mask/face/fox = 1,/obj/item/clothing/mask/face/tribal = 1,/obj/item/clothing/mask/face/rat = 1, /obj/item/clothing/suit/apron/overalls = 1, /obj/item/clothing/head/rabbitears =1, /obj/item/clothing/head/sombrero = 1, /obj/item/clothing/suit/poncho = 1, diff --git a/code/game/objects/effects/landmarks.dm b/code/game/objects/effects/landmarks.dm index ad45695f843..626662b9567 100644 --- a/code/game/objects/effects/landmarks.dm +++ b/code/game/objects/effects/landmarks.dm @@ -250,8 +250,8 @@ qdel(src) /obj/effect/landmark/costume/sexyclown/New() - new /obj/item/clothing/mask/gas/sexyclown(src.loc) - new /obj/item/clothing/under/sexyclown(src.loc) + new /obj/item/clothing/mask/gas/clown_hat/sexy(loc) + new /obj/item/clothing/under/rank/clown/sexy(loc) qdel(src) /obj/effect/landmark/costume/sexymime/New() diff --git a/code/modules/admin/verbs/honksquad.dm b/code/modules/admin/verbs/honksquad.dm index c9068049c75..493648cfb44 100644 --- a/code/modules/admin/verbs/honksquad.dm +++ b/code/modules/admin/verbs/honksquad.dm @@ -106,8 +106,8 @@ var/global/sent_honksquad = 0 equip_to_slot_or_del(new /obj/item/storage/backpack/clown(src), slot_back) equip_to_slot_or_del(new /obj/item/storage/box/survival(src), slot_in_backpack) if(src.gender == FEMALE) - equip_to_slot_or_del(new /obj/item/clothing/mask/gas/sexyclown(src), slot_wear_mask) - equip_to_slot_or_del(new /obj/item/clothing/under/sexyclown(src), slot_w_uniform) + equip_to_slot_or_del(new /obj/item/clothing/mask/gas/clown_hat/sexy(src), slot_wear_mask) + equip_to_slot_or_del(new /obj/item/clothing/under/rank/clown/sexy(src), slot_w_uniform) else equip_to_slot_or_del(new /obj/item/clothing/under/rank/clown(src), slot_w_uniform) equip_to_slot_or_del(new /obj/item/clothing/mask/gas/clown_hat(src), slot_wear_mask) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index e838dabe5c9..38f54b1067a 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -119,6 +119,12 @@ to_chat(M, "Your Clown Mask has now morphed into [choice], all praise the Honk Mother!") return 1 +/obj/item/clothing/mask/gas/clown_hat/sexy + name = "sexy-clown wig and mask" + desc = "A feminine clown mask for the dabbling crossdressers or female entertainers." + icon_state = "sexyclown" + item_state = "sexyclown" + /obj/item/clothing/mask/gas/clownwiz name = "wizard clown wig and mask" desc = "Some pranksters are truly magical." @@ -135,13 +141,6 @@ item_state = "clown_hat" flags = NODROP -/obj/item/clothing/mask/gas/sexyclown - name = "sexy-clown wig and mask" - desc = "A feminine clown mask for the dabbling crossdressers or female entertainers." - icon_state = "sexyclown" - item_state = "sexyclown" - burn_state = FLAMMABLE - /obj/item/clothing/mask/gas/mime name = "mime mask" desc = "The traditional mime's mask. It has an eerie facial posture." diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index 62ced953ae2..4b1588f09cf 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -81,6 +81,13 @@ score_clownabuse++ return ..() +/obj/item/clothing/under/rank/clown/sexy + name = "sexy-clown suit" + desc = "It makes you look HONKable!" + icon_state = "sexyclown" + item_state = "sexyclown" + item_color = "sexyclown" + /obj/item/clothing/under/rank/head_of_personnel desc = "It's a jumpsuit worn by someone who works in the position of \"Head of Personnel\"." name = "head of personnel's jumpsuit" diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 7768d0032b7..7147b64349c 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -53,13 +53,6 @@ item_state = "b_suit" item_color = "mailman" -/obj/item/clothing/under/sexyclown - name = "sexy-clown suit" - desc = "It makes you look HONKable!" - icon_state = "sexyclown" - item_state = "sexyclown" - item_color = "sexyclown" - /obj/item/clothing/under/rank/vice name = "vice officer's jumpsuit" desc = "It's the standard issue pretty-boy outfit, as seen on Holo-Vision."