Skip to content

Commit

Permalink
no queen if first xeno
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jul 5, 2024
1 parent 9fd0a78 commit 1ac8efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/diseases/xeno_transformation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
affected_mob.drop_inv_item_on_ground(items)
var/mob/living/carbon/xenomorph/drone/xeno = new(turf)
xeno.set_hive_and_update(XENO_HIVE_MUTATED)
if(length(xeno.hive.totalXenos) <= 1)
xeno.hive.allow_queen_evolve = FALSE
if(ismonkey(affected_mob))
xeno.free_for_ghosts(TRUE)
else
Expand Down

0 comments on commit 1ac8efd

Please sign in to comment.