mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-01 15:49:46 +07:00
Added translations for Ancient Ruins bonus notifications
This commit is contained in:
@ -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())()
|
||||
|
Reference in New Issue
Block a user