mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-19 20:28:56 +07:00
Resolved #3353 - Changed "Earn [amount]% of [param] opponent's [param2] as [stat] for kills" to "Earn [amount]% of killed [param] unit's [param2] as [stat]"
This commit is contained in:
@ -96,7 +96,7 @@ object Battle {
|
||||
private fun tryEarnFromKilling(civUnit: ICombatant, defeatedUnit: MapUnitCombatant) {
|
||||
val unitStr = max(defeatedUnit.unit.baseUnit.strength, defeatedUnit.unit.baseUnit.rangedStrength)
|
||||
val unitCost = defeatedUnit.unit.baseUnit.cost
|
||||
val bonusUniquePlaceholderText = "Earn []% of [] opponent's [] as [] for kills"
|
||||
val bonusUniquePlaceholderText = "Earn []% of killed [] unit's [] as []"
|
||||
|
||||
var goldReward = 0
|
||||
var cultureReward = 0
|
||||
|
Reference in New Issue
Block a user