mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Xenomorph evolve runtime fix (#67504)
Fixes xenomorph larva runtiming and displaying unnecessary messages when hitting cancel on evolution tgui
This commit is contained in:
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")
|
||||
|
||||
Reference in New Issue
Block a user