Added translations for Ancient Ruins bonus notifications

This commit is contained in:
Yair Morgenstern
2018-12-07 12:20:23 +02:00
parent 4491ae1859
commit ff29448e06
3 changed files with 53 additions and 5 deletions

View File

@ -362,7 +362,7 @@ class MapUnit {
actions.add {
val amount = listOf(25,60,100).getRandom()
civInfo.gold+=amount
civInfo.addNotification("We have found a stash of [$amount] gold in the ruins!!",currentTile.position, Color.GOLD)
civInfo.addNotification("We have found a stash of [$amount] gold in the ruins!",currentTile.position, Color.GOLD)
}
(actions.getRandom())()