From 278ce1da17f38cc2c4072a6b3539f813ee4bcb65 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 5 Jul 2021 16:54:50 +0200 Subject: [PATCH] [MIRROR] knight helmets no longer delete a nonexisting component (#6734) * knight helmets no longer delete a nonexisting component (#60003) * knight helmets no longer delete a nonexisting component Co-authored-by: Fikou --- code/modules/clothing/head/helmet.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 581d94a5b2e..4c5c23e40f4 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -299,12 +299,6 @@ strip_delay = 80 dog_fashion = null - -/obj/item/clothing/head/helmet/knight/Initialize(mapload) - . = ..() - var/datum/component = GetComponent(/datum/component/wearertargeting/earprotection) - qdel(component) - /obj/item/clothing/head/helmet/knight/blue icon_state = "knight_blue" inhand_icon_state = "knight_blue"