fix game start in act 4 (adj start tempates) (#231)

This commit is contained in:
bobcho
2021-12-08 07:16:27 +02:00
committed by GitHub
parent 37a4c8e0b2
commit 6e38fd5dd7

View File

@@ -39,7 +39,7 @@ class TownManager:
"""
template_match = self._template_finder.search_and_wait([
"A5_TOWN_0", "A5_TOWN_1",
"A4_TOWN_0", "A4_TOWN_1",
"A4_TOWN_4", "A4_TOWN_5",
"A3_TOWN_0", "A3_TOWN_1"
], time_out=time_out)
if template_match.valid: