Skip to content

Commit

Permalink
nah this one, i think so, just remove new part for queen gib
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcrystall committed Jan 20, 2025
1 parent 9c8d8a9 commit f393bf3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/modules/mob/living/carbon/xenomorph/castes/Queen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f393bf3

Please sign in to comment.