From 2ae86df2c75cd81beda545642e480dfc00ef0287 Mon Sep 17 00:00:00 2001 From: Drulikar Date: Thu, 6 Jul 2023 06:03:26 -0700 Subject: [PATCH] Fix launch_towards ordering for facehuggers --- code/modules/mob/living/carbon/xenomorph/Facehuggers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/Facehuggers.dm b/code/modules/mob/living/carbon/xenomorph/Facehuggers.dm index 8b3b1d54f26d..5e435a6d3ad5 100644 --- a/code/modules/mob/living/carbon/xenomorph/Facehuggers.dm +++ b/code/modules/mob/living/carbon/xenomorph/Facehuggers.dm @@ -191,9 +191,9 @@ return FALSE /obj/item/clothing/mask/facehugger/launch_towards(datum/launch_metadata/LM) - ..() if(stat == CONSCIOUS) icon_state = "[initial(icon_state)]_thrown" + ..() /obj/item/clothing/mask/facehugger/launch_impact(atom/hit_atom) . = ..()