mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user