From 8ea83c2ba00c4d47fa8cc380f0e152fc839f73d7 Mon Sep 17 00:00:00 2001 From: Jerry Wester Date: Sat, 24 Dec 2022 00:47:59 -0700 Subject: [PATCH] we're the tunnel foxes! that's us. and we rule! --- modular_splurt/code/modules/client/loadout/suit.dm | 7 +------ .../code/modules/clothing/kinkyclothes.dm | 14 +++----------- modular_splurt/code/modules/clothing/suits/jobs.dm | 1 + modular_splurt/code/modules/vending/clothesmate.dm | 3 +-- 4 files changed, 6 insertions(+), 19 deletions(-) diff --git a/modular_splurt/code/modules/client/loadout/suit.dm b/modular_splurt/code/modules/client/loadout/suit.dm index 695ed1ed3e..51954f9b6a 100644 --- a/modular_splurt/code/modules/client/loadout/suit.dm +++ b/modular_splurt/code/modules/client/loadout/suit.dm @@ -96,10 +96,5 @@ /datum/gear/suit/tunnelfox name = "tunnel fox jacket" - path = /obj/item/clothing/suit/tunnelfox - subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - -/datum/gear/suit/tunnelfox_t - name = "opened tunnel fox jacket" - path = /obj/item/clothing/suit/tunnelfox_t + path = /obj/item/clothing/suit/toggle/tunnelfox subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS diff --git a/modular_splurt/code/modules/clothing/kinkyclothes.dm b/modular_splurt/code/modules/clothing/kinkyclothes.dm index 5dfbc1b050..98bbb21e4a 100644 --- a/modular_splurt/code/modules/clothing/kinkyclothes.dm +++ b/modular_splurt/code/modules/clothing/kinkyclothes.dm @@ -136,7 +136,7 @@ SEND_SOUND(user, sound('modular_splurt/sound/effects/vaultsuit/InkSpotsSting.ogg', volume = 60)) return -/obj/item/clothing/suit/tunnelfox +/obj/item/clothing/suit/toggle/tunnelfox name = "tunnel fox jacket" desc = "Tunnel Foxes Rule!" icon = 'modular_splurt/icons/obj/clothing/suits.dmi' @@ -145,13 +145,5 @@ item_state = "tunnelfox" body_parts_covered = CHEST|LEGS|ARMS min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT - -/obj/item/clothing/suit/tunnelfox_t - name = "opened tunnel fox jacket" - desc = "Tunnel Foxes Rule!" - icon = 'modular_splurt/icons/obj/clothing/suits.dmi' - icon_state = "tunnelfox_t" - mob_overlay_icon = 'modular_splurt/icons/mob/clothing/suit.dmi' - item_state = "tunnelfox_t" - body_parts_covered = CHEST|LEGS|ARMS - min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT + togglename = "buttons" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON diff --git a/modular_splurt/code/modules/clothing/suits/jobs.dm b/modular_splurt/code/modules/clothing/suits/jobs.dm index c66ca33eb9..4609d34c4b 100644 --- a/modular_splurt/code/modules/clothing/suits/jobs.dm +++ b/modular_splurt/code/modules/clothing/suits/jobs.dm @@ -28,6 +28,7 @@ body_parts_covered = CHEST|GROIN|ARMS armor = list("melee" = 30, "bullet" = 30, "laser" = 30, "energy" = 10, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50, "wound" = 10) togglename = "buttons" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/toggle/armor/hop/hop_formal/Initialize() . = ..() diff --git a/modular_splurt/code/modules/vending/clothesmate.dm b/modular_splurt/code/modules/vending/clothesmate.dm index 262f48d31d..d7d67e4011 100644 --- a/modular_splurt/code/modules/vending/clothesmate.dm +++ b/modular_splurt/code/modules/vending/clothesmate.dm @@ -14,8 +14,7 @@ /obj/item/clothing/head/helmet/goner/fake/poly = 10, /obj/item/clothing/under/raccveralls = 3, /obj/item/clothing/under/officesexy = 3, - /obj/item/clothing/suit/tunnelfox = 3, - /obj/item/clothing/suit/tunnelfox_t = 3, + /obj/item/clothing/suit/toggle/tunnelfox = 3, /obj/item/clothing/under/performer = 2, /obj/item/clothing/under/bluedress = 3 )