Updated AI to be more stable

This commit is contained in:
Segey Lapin
2019-07-18 06:44:22 +03:00
parent d9822b0b6e
commit 85016d14e7
4 changed files with 15 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ func increase_xp(ch, num):
print("next at ", ch.next_xp)
func init_data():
for ci in range(12):
for ci in range(24):
var cd : = new_candidate()
line[ci] = cd
team = {}