From f07c362e59a7461ed44797af6999bc88c90af296 Mon Sep 17 00:00:00 2001 From: Sym Date: Thu, 6 Apr 2023 03:30:44 -0400 Subject: [PATCH] Makes xeno eggs anchored --- code/game/objects/structures/ghost_pods/antagonist.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/ghost_pods/antagonist.dm b/code/game/objects/structures/ghost_pods/antagonist.dm index 96f68e4af7e..085bb96ecc5 100644 --- a/code/game/objects/structures/ghost_pods/antagonist.dm +++ b/code/game/objects/structures/ghost_pods/antagonist.dm @@ -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))