From ba83ad1a41a2e23de588dbe7539d49b0a6e8df6b Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Wed, 6 Oct 2021 16:13:37 -0600 Subject: [PATCH] Quick fix --- hyperstation/code/obj/kinkyclothes.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hyperstation/code/obj/kinkyclothes.dm b/hyperstation/code/obj/kinkyclothes.dm index ae53bbc3..1e74de37 100644 --- a/hyperstation/code/obj/kinkyclothes.dm +++ b/hyperstation/code/obj/kinkyclothes.dm @@ -106,7 +106,6 @@ obj/item/clothing/neck/stole/black alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' item_state = "r_suit" can_adjust = FALSE - mutantrace_variation = NO_MUTANTRACE_VARIATION //We will never know why CC can make their skimpy outfits tough as nails body_parts_covered = CHEST|GROIN|ARMS min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT @@ -123,11 +122,10 @@ obj/item/clothing/neck/stole/black alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' item_state = "r_suit" can_adjust = FALSE - mutantrace_variation = NO_MUTANTRACE_VARIATION //We will never know why CC can make their skimpy outfits tough as nails body_parts_covered = CHEST|GROIN|ARMS min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT cold_protection = CHEST|GROIN|ARMS max_heat_protection_temperature = FIRE_SUIT_MAX_TEMP_PROTECT heat_protection = CHEST|GROIN|ARMS - armor = list("melee" = 60, "bullet" = 80, "laser" = 80, "energy" = 90, "bomb" = 50, "bio" = 100, "rad" = 50, "fire" = 50, "acid" = 50) \ No newline at end of file + armor = list("melee" = 60, "bullet" = 80, "laser" = 80, "energy" = 90, "bomb" = 50, "bio" = 100, "rad" = 50, "fire" = 50, "acid" = 50)