mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-11 00:08:58 +07:00
4.3.9-patch1
This commit is contained in:
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.7.21"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 777
|
||||
const val appVersion = "4.3.9"
|
||||
const val appCodeNumber = 778
|
||||
const val appVersion = "4.3.9-patch1"
|
||||
|
||||
const val gdxVersion = "1.11.0"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
@ -370,7 +370,8 @@ open class TileGroup(
|
||||
terrainFeatureLayerGroup, borderLayerGroup, miscLayerGroup,
|
||||
pixelMilitaryUnitGroup, pixelCivilianUnitGroup, unitLayerGroup,
|
||||
cityButtonLayerGroup, highlightFogCrosshairLayerGroup)
|
||||
for (group in allGroups) group.isVisible = true
|
||||
|
||||
for (group in allGroups) group.isVisible = true // This allows units exploring previously-unexplored tiles to reveal the tile entirely
|
||||
|
||||
if (viewingCiv != null && !isExplored(viewingCiv)) {
|
||||
if (tileInfo.neighbors.any { viewingCiv.hasExplored(it) })
|
||||
|
Reference in New Issue
Block a user