mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 15:01:09 -04:00
Resolved #1440 - Barbarians now function again!
This commit is contained in:
parent
aa73fa130e
commit
76c09ad59c
@ -78,7 +78,8 @@ class GameInfo {
|
|||||||
switchTurn()
|
switchTurn()
|
||||||
|
|
||||||
while(thisPlayer.playerType==PlayerType.AI){
|
while(thisPlayer.playerType==PlayerType.AI){
|
||||||
if(!thisPlayer.isDefeated()) NextTurnAutomation().automateCivMoves(thisPlayer)
|
if(thisPlayer.isBarbarian() || !thisPlayer.isDefeated())
|
||||||
|
NextTurnAutomation().automateCivMoves(thisPlayer)
|
||||||
switchTurn()
|
switchTurn()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user