mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-09 10:29:02 +07:00
Creating a city removes the tile improvement that was there (D'oh)
This commit is contained in:
parent
7ca7be5d70
commit
3b80cd8450
@ -72,6 +72,7 @@ class UnitActions {
|
||||
worldScreen.displayTutorials("CityFounded")
|
||||
|
||||
unit.civInfo.addCity(tile.position)
|
||||
tile.improvement=null
|
||||
unitTable.currentlyExecutingAction = null // In case the settler was in the middle of doing something and we then founded a city with it
|
||||
tile.unit = null // Remove settler!
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user