diff --git a/src/tests/playtest_bot.gd b/src/tests/playtest_bot.gd index ba0f94670..006c8c765 100644 --- a/src/tests/playtest_bot.gd +++ b/src/tests/playtest_bot.gd @@ -13,9 +13,9 @@ enum TowerSelectType { MANUAL, } -const TOWER_SELECT_TYPE: TowerSelectType = TowerSelectType.RANDOM +const TOWER_SELECT_TYPE: TowerSelectType = TowerSelectType.MANUAL const RANDOM_TOWER_COUNT: int = 30 -const MANUAL_TOWER_LIST: Array[int] = [391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 304, 307, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 304, 307, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 304, 307, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266] +const MANUAL_TOWER_LIST: Array[int] = [391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 304, 307, 391, 115, 120] const ADD_RANDOM_ITEMS: bool = true const TIME_PER_SET: float = 5 * 60