mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 22:58:50 +07:00
Add notification translation.
This commit is contained in:

committed by
Yair Morgenstern

parent
a8e248b892
commit
cae3d49738
@ -407,7 +407,7 @@ class CivilizationInfo {
|
||||
.getConstructableUnits().filter { !it.unitType.isCivilian() && it.unitType.isLandUnit()}
|
||||
.random()
|
||||
placeUnitNearTile(city.location, militaryUnit.name)
|
||||
addNotification("[${otherCiv.civName}] gave us a [${militaryUnit.name}] as gift near [${city.name}]!".tr(), null, Color.RED)
|
||||
addNotification("[${otherCiv.civName}] gave us a [${militaryUnit.name}] as gift near [${city.name}]!".tr(), null, Color.GREEN)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user