since the last commit everyone was in limbo by default, so i fixed that
This commit is contained in:
parent
c54e489b58
commit
8292a20ae0
@ -31,7 +31,8 @@ function behavior.new(hp, mana, initiative, isInTurnOrder)
|
||||
hp = hp or 20,
|
||||
mana = mana or 10,
|
||||
initiative = initiative or 10,
|
||||
isInTurnOrder = isInTurnOrder or true
|
||||
isInTurnOrder = isInTurnOrder or true,
|
||||
amIAlive = true
|
||||
}, behavior)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user