mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-25 22:18:50 +07:00
kept the old one for now (#3414)
This commit is contained in:
parent
ee5aa38129
commit
86b4548d11
@ -81,7 +81,9 @@ class CivInfoStats(val civInfo: CivilizationInfo){
|
||||
// Inca unique according to https://civilization.fandom.com/wiki/Incan_%28Civ5%29
|
||||
if (civInfo.hasUnique("50% Maintenance costs reduction"))
|
||||
transportationUpkeep /= 2
|
||||
if (civInfo.hasUnique("Maintenance on roads & railroads reduced by 33%, +2 gold from all trade routes"))
|
||||
if (civInfo.hasUnique("Maintenance on roads & railroads reduced by 33%")
|
||||
//presume we want to deprecate the old one at some point?
|
||||
||civInfo.hasUnique("Maintenance on roads & railroads reduced by 33%, +2 gold from all trade routes"))
|
||||
transportationUpkeep = (transportationUpkeep * 2 / 3f).toInt()
|
||||
return transportationUpkeep
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user