Skip to content

Commit

Permalink
attempt at resolving hive status crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Dec 18, 2023
1 parent 84f6c1f commit dfa73b1
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 @@ -203,7 +203,7 @@

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()
linked_hive.hive_ui.update_burrowed_larva(send_update = FALSE)

#undef ENDGAME_LARVA_CAP_MULTIPLIER
#undef LARVA_ADDITION_MULTIPLIER
Expand Down

0 comments on commit dfa73b1

Please sign in to comment.