Fix "1.5x unhappiness" still being mentioned (#7669)

Follows #7420
This commit is contained in:
Ouaz 2022-08-16 12:23:19 +02:00 committed by GitHub
parent 2b168573e8
commit 11fd49c765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -394,7 +394,7 @@ class AlertPopup(val worldScreen: WorldScreen, val popupAlert: PopupAlert): Popu
button.onActivation { puppetAction() }
button.keyShortcuts.add('p')
add(button).row()
addGoodSizedLabel("Puppeted cities do not increase your tech or policy cost, but their citizens generate 1.5x the regular unhappiness.").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("A puppeted city can be annexed at any time.").row()