mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 22:37:02 -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()))
|
if (hasCapital && (unitName != Constants.settler || !civInfo.isOneCityChallenger()))
|
||||||
civInfo.addUnit(unitName, civInfo.getCapital())
|
civInfo.addUnit(unitName, civInfo.getCapital())
|
||||||
}
|
}
|
||||||
"Gain a free policy" -> freePolicies++
|
"Free Social Policy" -> freePolicies++
|
||||||
"Empire enters golden age" ->
|
"Empire enters golden age" ->
|
||||||
civInfo.goldenAges.enterGoldenAge()
|
civInfo.goldenAges.enterGoldenAge()
|
||||||
"Free Great Person" -> {
|
"Free Great Person" -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user