mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-04 22:50:50 +07:00
City screen displays "free" tile yields undimmed (#8753)
This commit is contained in:
parent
cff8876ec8
commit
7bfaeb274c
@ -111,6 +111,11 @@ class CityTileGroup(val city: City, tile: Tile, tileSetStrings: TileSetStrings)
|
||||
layerMisc.dimYields(false)
|
||||
}
|
||||
|
||||
// Provides yield without worker assigned (isWorked already tested above)
|
||||
tile.providesYield() -> {
|
||||
// defaults are OK
|
||||
}
|
||||
|
||||
// Not-worked
|
||||
else -> {
|
||||
icon = ImageGetter.getImage("TileIcons/NotWorked")
|
||||
|
Loading…
Reference in New Issue
Block a user