Handling for tie breaking
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-22 23:09:54 +02:00
parent 1709617e10
commit 742d0c772c
3 changed files with 6 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ void Battle::CheckChoicesSetAndRun() {
}
// HOOK: Check if we need to change the move
}
choice->__SetRandomValue(_random.Get());
choices[i] = choice;
i++;
}