Autmor / yourTurn

Foundry Module that adds a visual display whenever the turn changes.
6 stars 15 forks source link

[Request] Change numbering of the first turn from 0 to 1. #5

Open kagedansa opened 1 year ago

kagedansa commented 1 year ago

Please change the numbering of the first turn from 0 to 1. This is easy to implement. Just set a new variable with "combat.turn + 1". e.g. let Turnout = combat.turn + 1; and use this variable for the html output.

EndlessFractal commented 1 year ago

Can you please verify if the issue still occurs on my fork? I've done some work on it, ported to the latest version and patched many bugs over on my fork. Please check at your leisure!

https://github.com/EndlessFractal/yourTurn