mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 13:18:56 +07:00
4.3.12-patch1
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user