gives event larva a growth boost

This commit is contained in:
TDSSS
2019-07-26 18:55:49 +02:00
parent 1e58c4ec16
commit f18df9e6eb
+1
View File
@@ -26,6 +26,7 @@
if(C)
GLOB.respawnable_list -= C.client
var/mob/living/carbon/alien/larva/new_xeno = new(vent.loc)
new_xeno.amount_grown += (0.75 * new_xeno.max_grown) //event spawned larva start off almost ready to evolve.
new_xeno.key = C.key
if(SSticker && SSticker.mode)
SSticker.mode.xenos += new_xeno.mind