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"