From 747f5dec65e83234d0de4d48fbce973c7895bbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20R=C3=A9aux?= Date: Wed, 25 Feb 2026 16:58:12 +0100 Subject: [PATCH] fix keep re-enable token state --- src/warchron/model/war.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/warchron/model/war.py b/src/warchron/model/war.py index a7db99e..360d70e 100644 --- a/src/warchron/model/war.py +++ b/src/warchron/model/war.py @@ -93,6 +93,7 @@ class War: if sect.influence_objective_id is not None: round = camp.get_round_by_battle(sect.id) round.is_over = False + self.influence_token = new_state if new_state is False: if not self.events: