mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 18:59:15 +07:00
Fix missing "HP" in battle notifications (#7638)
These two missing "HP" caused these two lines to not be translated in the notification log.
This commit is contained in:
@ -764,9 +764,9 @@ Your Golden Age has ended. =
|
||||
We have conquered the city of [cityName]! =
|
||||
Your citizens are revolting due to very high unhappiness! =
|
||||
An enemy [unit] has attacked [cityName] =
|
||||
An enemy [unit] ([amount]) has attacked [cityName] ([amount2]) =
|
||||
An enemy [unit] ([amount] HP) has attacked [cityName] ([amount2] HP) =
|
||||
An enemy [unit] has attacked our [ourUnit] =
|
||||
An enemy [unit] ([amount]) has attacked our [ourUnit] ([amount2]) =
|
||||
An enemy [unit] ([amount] HP) has attacked our [ourUnit] ([amount2] HP) =
|
||||
Enemy city [cityName] has attacked our [ourUnit] =
|
||||
Enemy city [cityName] ([amount] HP) has attacked our [ourUnit] ([amount2] HP) =
|
||||
An enemy [unit] has captured [cityName] =
|
||||
|
Reference in New Issue
Block a user