fix keep re-enable token state

This commit is contained in:
Maxime Réaux 2026-02-25 16:58:12 +01:00
parent 6efd22527a
commit 747f5dec65

View file

@ -93,6 +93,7 @@ class War:
if sect.influence_objective_id is not None: if sect.influence_objective_id is not None:
round = camp.get_round_by_battle(sect.id) round = camp.get_round_by_battle(sect.id)
round.is_over = False round.is_over = False
self.influence_token = new_state
if new_state is False: if new_state is False:
if not self.events: if not self.events: