From 1bdd778c1612521f4dc7bdc39525845375f3a4cd Mon Sep 17 00:00:00 2001 From: Matt Main_PC Date: Sat, 21 Sep 2024 22:50:00 -0400 Subject: [PATCH] comment --- src/pyclashbot/bot/do_fight_state.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pyclashbot/bot/do_fight_state.py b/src/pyclashbot/bot/do_fight_state.py index 49901344d..0ba120627 100644 --- a/src/pyclashbot/bot/do_fight_state.py +++ b/src/pyclashbot/bot/do_fight_state.py @@ -843,6 +843,7 @@ def play_a_card(vm_index, logger) -> Boolean: def _2v2_fight_loop(vm_index: int, logger: Logger): + #this needs comments create_default_bridge_iar(vm_index) last_three_cards = collections.deque(maxlen=3) ingame_time = time.time()