mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 05:41:11 +07:00
Resolved #1332 - can no longer get settlers from ruins in One City challenge
This commit is contained in:
@ -129,8 +129,7 @@ class CivilizationInfo {
|
||||
fun getCapital()=cities.first { it.isCapital() }
|
||||
fun isPlayerCivilization() = playerType==PlayerType.Human
|
||||
fun isPlayerOneCityChallenger() = (
|
||||
playerType==PlayerType.Human &&
|
||||
!cities.isEmpty() &&
|
||||
playerType==PlayerType.Human &&
|
||||
gameInfo.gameParameters.oneCityChallenge)
|
||||
fun isCurrentPlayer() = gameInfo.getCurrentPlayerCivilization()==this
|
||||
fun isBarbarian() = nation.isBarbarian()
|
||||
|
Reference in New Issue
Block a user