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()