Skip to content

Commit

Permalink
actually the way to do it
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Dec 18, 2023
1 parent 8fe5b4d commit 0f89545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/structures/special/pylon_core.dm
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
if(!linked_hive.hive_location || !linked_hive.living_xeno_queen)
return

var/list/hive_xenos = list(linked_hive.totalXenos)
var/list/hive_xenos = linked_hive.totalXenos.Copy()

for(var/mob/living/carbon/xenomorph/xeno in hive_xenos)
if(!xeno.counts_for_slots)
Expand Down

0 comments on commit 0f89545

Please sign in to comment.