From e4e8e1040cc7ddc3ce7050ceeaa96dcf01e6876e Mon Sep 17 00:00:00 2001 From: LordME <58342752+TheLordME@users.noreply.github.com> Date: Wed, 2 Oct 2024 05:24:02 +0200 Subject: [PATCH] moves the broken xeno domes from ears to hair, and fixes them (#6770) ## Changelog :cl: fix: fixed xenomorph domes having the error underlay /:cl: --- code/modules/sprite_accessories/hair/species/xenomorph.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/sprite_accessories/hair/species/xenomorph.dm b/code/modules/sprite_accessories/hair/species/xenomorph.dm index d46ec41edfe..d4d6f62ad36 100644 --- a/code/modules/sprite_accessories/hair/species/xenomorph.dm +++ b/code/modules/sprite_accessories/hair/species/xenomorph.dm @@ -60,6 +60,7 @@ name = "Xenomorph Drone dome" id = "ears_xeno_drone" icon = 'icons/mob/sprite_accessories/xeno_parts.dmi' + icon_add_legacy = null icon_state = "xenohead_standard" do_colouration = 1 legacy_use_additive_color_matrix = FALSE