Made game work
This commit is contained in:
@@ -183,6 +183,7 @@ func set_modifier_value(ch: Node, mod_id, value):
|
||||
# var cha = ch.get_meta("mod")
|
||||
# cha.modify(ch)
|
||||
func update():
|
||||
print("update")
|
||||
CharacterInstanceList.update()
|
||||
|
||||
func remove(ch):
|
||||
|
||||
@@ -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