mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-10 04:43:29 +07:00
Make Locked Tiles workable, and thus clickable (#6966)
This commit is contained in:
parent
62dc05ee5c
commit
67065d766b
@ -61,6 +61,7 @@ class CityTileGroup(private val city: CityInfo, tileInfo: TileInfo, tileSetStrin
|
||||
|
||||
tileInfo.isLocked() -> {
|
||||
icons.addPopulationIcon(ImageGetter.getImage("OtherIcons/Lock"))
|
||||
isWorkable = true
|
||||
}
|
||||
|
||||
tileInfo.isWorked() || !tileInfo.providesYield() -> { // workable
|
||||
|
Loading…
Reference in New Issue
Block a user