mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 12:54:06 -04:00
Fix: "Pick construction" tutorial never completes (#1693)
This commit is contained in:
parent
81258297d5
commit
0a12062c70
@ -253,6 +253,7 @@ class ConstructionsTable(val cityScreen: CityScreen) : Table(CameraStageBaseScre
|
|||||||
cityConstructions.addToQueue(construction.name)
|
cityConstructions.addToQueue(construction.name)
|
||||||
if (!construction.shouldBeDisplayed(cityConstructions)) cityScreen.selectedConstruction = null
|
if (!construction.shouldBeDisplayed(cityConstructions)) cityScreen.selectedConstruction = null
|
||||||
cityScreen.update()
|
cityScreen.update()
|
||||||
|
cityScreen.game.settings.addCompletedTutorialTask("Pick construction")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
button.disable()
|
button.disable()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user