Skip to content

Commit

Permalink
real
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 2, 2023
1 parent b94fca7 commit d7621ac
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 @@ -201,7 +201,7 @@
if(real_total_xeno_count > (length(GLOB.alive_human_list) * ENDGAME_LARVA_CAP_MULTIPLIER))
return

linked_hive.partial_larva += length(hive_xenos) * LARVA_ADDITION_MULTIPLIER
linked_hive.partial_larva += real_total_xeno_count * LARVA_ADDITION_MULTIPLIER
linked_hive.convert_partial_larva_to_full_larva()
linked_hive.hive_ui.update_burrowed_larva()

Expand Down

0 comments on commit d7621ac

Please sign in to comment.