mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
Resolved #4484 - civs with no cities can no longer pick policies
This commit is contained in:
parent
4ee0ef4e1f
commit
2e34253a1e
|
|
@ -147,6 +147,8 @@ class PolicyManager {
|
|||
}
|
||||
|
||||
fun canAdoptPolicy(): Boolean {
|
||||
if (civInfo.cities.isEmpty()) return false
|
||||
|
||||
if (freePolicies == 0 && storedCulture < getCultureNeededForNextPolicy())
|
||||
return false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user