mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
Merge pull request #346 from ninjatao/cannot_continue_info
Cannot continue info now has city name.
This commit is contained in:
commit
88939f6e86
@ -134,7 +134,7 @@ class CityConstructions {
|
|||||||
currentConstruction = ""
|
currentConstruction = ""
|
||||||
if (!construction.isBuildable(this)) {
|
if (!construction.isBuildable(this)) {
|
||||||
// We can't build this building anymore! (Wonder has been built / resource is gone / etc.)
|
// We can't build this building anymore! (Wonder has been built / resource is gone / etc.)
|
||||||
cityInfo.civInfo.addNotification("Cannot continue work on [$saveCurrentConstruction]", cityInfo.location, Color.BROWN)
|
cityInfo.civInfo.addNotification("[${cityInfo.name}] Cannot continue work on [$saveCurrentConstruction]", cityInfo.location, Color.BROWN)
|
||||||
Automation().chooseNextConstruction(this)
|
Automation().chooseNextConstruction(this)
|
||||||
construction = getConstruction(currentConstruction)
|
construction = getConstruction(currentConstruction)
|
||||||
} else
|
} else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user