From 6d050272f8787425aea49c8cea5572994eefd674 Mon Sep 17 00:00:00 2001 From: KalevTait <107985691+KalevTait@users.noreply.github.com> Date: Sun, 10 Jul 2022 12:56:05 +0100 Subject: [PATCH] removes extra attack self (#18208) --- code/modules/clothing/head/misc_special.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index f7092564013..061da93fe9e 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -35,9 +35,6 @@ "Grey" = 'icons/mob/clothing/species/grey/helmet.dmi' ) -/obj/item/clothing/head/welding/attack_self(mob/user) - weldingvisortoggle(user) - /obj/item/clothing/head/welding/flamedecal name = "flame decal welding helmet" desc = "A welding helmet adorned with flame decals, and several cryptic slogans of varying degrees of legibility."