Made game work
This commit is contained in:
@@ -133,7 +133,7 @@ func increase_xp(ch, num):
|
||||
print("next at ", ch.next_xp)
|
||||
|
||||
func init_data():
|
||||
for ci in range(24):
|
||||
for ci in range(30):
|
||||
var cd : = new_candidate()
|
||||
line[ci] = cd
|
||||
team = {}
|
||||
|
||||
Reference in New Issue
Block a user