mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 22:00:24 +07:00
Resolved #1440 - Barbarians now function again!
This commit is contained in:
@ -78,7 +78,8 @@ class GameInfo {
|
||||
switchTurn()
|
||||
|
||||
while(thisPlayer.playerType==PlayerType.AI){
|
||||
if(!thisPlayer.isDefeated()) NextTurnAutomation().automateCivMoves(thisPlayer)
|
||||
if(thisPlayer.isBarbarian() || !thisPlayer.isDefeated())
|
||||
NextTurnAutomation().automateCivMoves(thisPlayer)
|
||||
switchTurn()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user