[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 <piotrbryla@onet.pl>
This commit is contained in:
SkyratBot
2021-07-05 15:54:50 +01:00
committed by GitHub
co-authored by Fikou
parent 4d2ea0e5cd
commit 278ce1da17
-6
View File
@@ -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"