Fixed bug with #initiative

This commit is contained in:
raeleus 2024-10-10 21:04:35 -07:00
parent f64d847061
commit 135243f56d

View file

@ -2030,7 +2030,7 @@ function doInitiative(command) {
return "\n[Error: No enemies! Call #addenemy or #generateencounter]\n"
}
if (!battleHasStarted) createInitiativeOrder()
createInitiativeOrder()
if (state.initiativeOrder.length == 0) {
state.show = "none"