baddle
This commit is contained in:
@@ -2,7 +2,7 @@ class_name PartySingleton extends Node
|
||||
|
||||
static var PARTY_JOHN = PartyMember.new({
|
||||
'name': "John",
|
||||
'team': BattleFighter.FighterTeam.PLAYER,
|
||||
'team': BattleFighter.FighterTeam.ALLY,
|
||||
"maxHealth": 9999999999,
|
||||
"movePrimary": BattleMove.MOVE_PUNCH,
|
||||
"movesMagical": [ BattleMove.MOVE_FIRE1 ],
|
||||
|
||||
Reference in New Issue
Block a user