Fixed issue where base stats of a variant got corrupted.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -59,6 +59,7 @@ void Battle::CheckChoicesSetAndRun() {
|
||||
}
|
||||
side->ResetChoices();
|
||||
}
|
||||
_currentTurn++;
|
||||
TurnOrdering::OrderChoices(choices, _random.GetRNG());
|
||||
this->_currentTurnQueue = new ChoiceQueue(choices);
|
||||
TurnHandler::RunTurn(this->_currentTurnQueue);
|
||||
|
||||
Reference in New Issue
Block a user