Skip to content

Commit

Permalink
Verifying if the queen is dead on check_bloc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibessas committed Sep 26, 2024
1 parent f093e92 commit 7082342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Queen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
/mob/living/carbon/xenomorph/queen/proc/check_block(mob/queen, turf/new_loc)
SIGNAL_HANDLER
for(var/mob/living/carbon/xenomorph/xeno in new_loc.contents)
if(xeno.hivenumber == hivenumber)
if(xeno.hivenumber == hivenumber && hive.living_xeno_queen)
xeno.KnockDown((5 DECISECONDS) / GLOBAL_STATUS_MULTIPLIER)
playsound(src, 'sound/weapons/alien_knockdown.ogg', 25, 1)

Expand Down

0 comments on commit 7082342

Please sign in to comment.