From 6059db6a3b46ef59afe65bb4293728a446b63db4 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Thu, 1 Aug 2019 07:07:20 +0200 Subject: [PATCH] missed --- code/modules/clothing/spacesuits/plasmamen.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index 472600e8cb..c064b5aea3 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -12,7 +12,7 @@ var/next_extinguish = 0 var/extinguish_cooldown = 100 var/extinguishes_left = 10 - mutantrace_variation == NO_MUTANTRACE_VARIATION + mutantrace_variation = NO_MUTANTRACE_VARIATION /obj/item/clothing/suit/space/eva/plasmaman/examine(mob/user) ..() @@ -47,7 +47,7 @@ var/brightness_on = 4 //luminosity when the light is on var/on = FALSE actions_types = list(/datum/action/item_action/toggle_helmet_light) - mutantrace_variation == NO_MUTANTRACE_VARIATION + mutantrace_variation = NO_MUTANTRACE_VARIATION /obj/item/clothing/head/helmet/space/plasmaman/attack_self(mob/user) on = !on