You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g the result of Actions#resolveDamage returns the updatedTarget and updatedOthers separately. Joining them together doesn't respect the turn order, which is determined by Combatant.index.
Once a turn has finished the queue of Combatants is re ordered according to the initiative scores. This may be too late and could result in a Combatant losing their turn or gaining an extra turn.
The text was updated successfully, but these errors were encountered:
Using ListOps#replace may affect the turn order.
E.g the result of Actions#resolveDamage returns the
updatedTarget
andupdatedOthers
separately. Joining them together doesn't respect the turn order, which is determined byCombatant.index
.Once a turn has finished the queue of Combatants is re ordered according to the initiative scores. This may be too late and could result in a Combatant losing their turn or gaining an extra turn.
The text was updated successfully, but these errors were encountered: