mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-09 10:29:02 +07:00
Wonder unique abilities now properly displayed in tech screen again
This commit is contained in:
parent
c97c20c94f
commit
e71d40140a
@ -57,7 +57,7 @@ class Building : NamedStats(), IConstruction{
|
||||
// buildings that improve resources
|
||||
infoList += improvedResources.joinToString()+ " {provide} ".tr()+ resourceBonusStats.toString()
|
||||
}
|
||||
infoList += uniques.map { it.tr() }.joinToString { "\n" }
|
||||
if(uniques.isNotEmpty()) infoList += uniques.map { it.tr() }.joinToString()
|
||||
if(cityStrength!=0) infoList+="{City strength} +".tr()+cityStrength
|
||||
if(cityHealth!=0) infoList+="{City health} +".tr()+cityHealth
|
||||
if(xpForNewUnits!=0) infoList+= "+$xpForNewUnits {XP for new units}".tr()
|
||||
|
Loading…
Reference in New Issue
Block a user