mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 04:43:05 -04:00
Fix puppet city description (#13028)
* Update English.properties * Update AlertPopup.kt * Update English.properties
This commit is contained in:
parent
f922dcbc75
commit
7c8479326c
@ -2966,7 +2966,7 @@ Puppeted cities do not increase your tech or policy cost. =
|
||||
# Requires translation!
|
||||
You have no control over the the production of puppeted cities. =
|
||||
# Requires translation!
|
||||
Puppeted cities also generate 25% less Gold and Science. =
|
||||
Puppeted cities also generate 25% less Science and Culture. =
|
||||
# Requires translation!
|
||||
A puppeted city can be annexed at any time. =
|
||||
# Requires translation!
|
||||
|
@ -493,7 +493,7 @@ class AlertPopup(
|
||||
add(button).row()
|
||||
addGoodSizedLabel("Puppeted cities do not increase your tech or policy cost.").row()
|
||||
addGoodSizedLabel("You have no control over the the production of puppeted cities.").row()
|
||||
addGoodSizedLabel("Puppeted cities also generate 25% less Gold and Science.").row()
|
||||
addGoodSizedLabel("Puppeted cities also generate 25% less Science and Culture.").row()
|
||||
if (mayAnnex) addGoodSizedLabel("A puppeted city can be annexed at any time.").row()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user