Fixed setting skill level

This commit is contained in:
Stefan Arsic
2024-02-03 22:29:26 +01:00
parent 497f718e4b
commit 2124e9cd42
5 changed files with 36 additions and 49 deletions

View File

@@ -273,7 +273,7 @@ export abstract class UnitSpawnMenu {
if (!this.#unitSkillDropdown.isHidden()) {
this.#unitSkillDropdown.setOptions(["Average", "Good", "High", "Excellent"])
this.#unitSkillDropdown.selectValue(3);
this.#unitSkillDropdown.selectValue(4);
}
/* Get the unit data from the db */