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
Select three tokens on a map.
Right-click and Toggle Combat State.
Open Combat Tracker and roll initiative for all combatants.
Begin Combat.
Click the Next Turn arrow until you reach the last token.
Click Next turn -- error occurs.
The error is thrown on line 610:
// Check for Effects marked for this turnconsteffects=this.lastManeuvers[Math.max(round-1,0)].nextTurnEffects||[]for(consteffectofeffects){awaitthis.token.setEffectActive(effect,true)}
At this point, the "lastManeuvers" collection looks like this:
The other combatant's lastManeuver looks like this:
The text was updated successfully, but these errors were encountered:
To recreate this bug:
Select three tokens on a map.
Right-click and Toggle Combat State.
Open Combat Tracker and roll initiative for all combatants.
Begin Combat.
Click the Next Turn arrow until you reach the last token.
Click Next turn -- error occurs.
The error is thrown on line 610:
At this point, the "lastManeuvers" collection looks like this:
![image](https://private-user-images.githubusercontent.com/7349413/399102859-c3a422d2-97e3-4734-ad14-fda04242463e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTAwODIsIm5iZiI6MTczOTU4OTc4MiwicGF0aCI6Ii83MzQ5NDEzLzM5OTEwMjg1OS1jM2E0MjJkMi05N2UzLTQ3MzQtYWQxNC1mZGEwNDI0MjQ2M2UucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDMyMzAyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDdlODY2YTEwNmI2YmI0MmE1NmFmMTMxMjhkOTM0MjQzMDQ1ODVhMDAzM2Y0MTMzNzNlODYxMzUzMTRlOWQ1NyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.MVuuf45BKpbRuMxIrKTeNcJ8ojyxGyykxUC66qxdG_Y)
The other combatant's lastManeuver looks like this:
![image](https://private-user-images.githubusercontent.com/7349413/399102785-7c68516b-e240-4b34-9a82-1bf1944dfb3d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTAwODIsIm5iZiI6MTczOTU4OTc4MiwicGF0aCI6Ii83MzQ5NDEzLzM5OTEwMjc4NS03YzY4NTE2Yi1lMjQwLTRiMzQtOWE4Mi0xYmYxOTQ0ZGZiM2QucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDMyMzAyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmQ5OGRlN2M5NzZkMjhhMmE2NzljZGM3ZjYyNzk4MzFlZmFhZjhlNDg4MGI2NWJiNDliZTI5NGQyNGNkNmM2ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.HbDKH7qlTQnQYyzYkV8XdlnywuC0LQoQclEzVU-hDIQ)
The text was updated successfully, but these errors were encountered: