Skip to content

Commit

Permalink
Fix launch_towards ordering for facehuggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 6, 2023
1 parent 1bb219e commit 2ae86df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/Facehuggers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
. = ..()
Expand Down

0 comments on commit 2ae86df

Please sign in to comment.