mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 17:34:24 +07:00
4.3.12-patch1
This commit is contained in:
parent
f4c91126bc
commit
b7b6bbd3f3
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.7.21"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 782
|
||||
const val appVersion = "4.3.12"
|
||||
const val appCodeNumber = 783
|
||||
const val appVersion = "4.3.12-patch1"
|
||||
|
||||
const val gdxVersion = "1.11.0"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
@ -218,9 +218,9 @@ class DiplomacyScreen(
|
||||
otherCiv.updateAllyCivForCityState()
|
||||
var ally = otherCiv.getAllyCiv()
|
||||
if (ally != null) {
|
||||
val allyInfluence = otherCiv.getDiplomacyManager(ally).getInfluence().toInt()
|
||||
if (!viewingCiv.knows(ally))
|
||||
ally = "Unknown civilization"
|
||||
val allyInfluence = otherCiv.getDiplomacyManager(ally).getInfluence().toInt()
|
||||
diplomacyTable
|
||||
.add("Ally: [$ally] with [$allyInfluence] Influence".toLabel())
|
||||
.row()
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 649 KiB |
Loading…
Reference in New Issue
Block a user