Makes xeno eggs anchored

This commit is contained in:
Sym
2023-04-06 03:30:44 -04:00
parent 54e01cd90a
commit f07c362e59
@@ -11,6 +11,7 @@
density = FALSE
ghost_query_type = /datum/ghost_query/xenomorph_larva
delay_to_try_again = 1 MINUTES //10 minutes for egg to grow, 5 minutes for larva to mature
anchored = TRUE
/obj/structure/ghost_pod/automatic/xenomorph_egg/create_occupant(var/mob/M)
var/mob/living/carbon/alien/larva/R = new(get_turf(src))