diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Queen.dm b/code/modules/mob/living/carbon/xenomorph/castes/Queen.dm index 9e8b015dd565..7ac1dc9b6913 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Queen.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Queen.dm @@ -802,14 +802,6 @@ return FALSE if(!check_plasma(200)) return FALSE - if(victim.status_flags & XENO_HOST) - var/mob/living/carbon/human/human_victim = victim - if(victim.stat != DEAD) //Not dead yet. - to_chat(src, SPAN_XENOWARNING("The host and child are still alive!")) - return FALSE - else if(istype(human_victim) && (world.time <= human_victim.timeofdeath + human_victim.revive_grace_period)) //Dead, but the host can still hatch, possibly. - to_chat(src, SPAN_XENOWARNING("The child may still hatch! Not yet!")) - return FALSE use_plasma(200)