mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Resolved #2925 - Free policy from adopting "Free Religion" works correctly
This commit is contained in:
parent
4985d077af
commit
4cfbf1e5cb
@ -135,7 +135,7 @@ class PolicyManager {
|
||||
if (hasCapital && (unitName != Constants.settler || !civInfo.isOneCityChallenger()))
|
||||
civInfo.addUnit(unitName, civInfo.getCapital())
|
||||
}
|
||||
"Gain a free policy" -> freePolicies++
|
||||
"Free Social Policy" -> freePolicies++
|
||||
"Empire enters golden age" ->
|
||||
civInfo.goldenAges.enterGoldenAge()
|
||||
"Free Great Person" -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user