Merge pull request #14760 from MisterGrimm/xenofixes

Makes xeno egg ghost pods anchored
This commit is contained in:
Heroman3003
2023-04-06 09:24:48 +00:00
committed by CHOMPStation2
parent 63a59c18c7
commit 65adc66899
@@ -6,11 +6,12 @@
description_info = "This contains a growing xenomorph larva, which may wake up at any moment. The larva will be another player, once activated."
icon = 'icons/mob/alien.dmi'
icon_state = "egg"
icon_state_opened = "egg_opened" //Can be placed on map with used = 1 for POI decorations
icon_state_opened = "egg_opened"
var/health = 50 //So they can be destroyed by the crew
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))