Xenomorph evolve runtime fix (#67504)

Fixes xenomorph larva runtiming and displaying unnecessary messages when hitting cancel on evolution tgui
This commit is contained in:
Looks-to-the-Moon
2022-06-05 14:55:40 -05:00
committed by GitHub
parent 86a62d2163
commit 4946dabfad
@@ -54,6 +54,9 @@
if(user.incapacitated()) //something happened to us while we were choosing.
return
if(alien_caste == null)
return
var/mob/living/carbon/alien/humanoid/new_xeno
switch(alien_caste)
if("Hunter")