mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Resolved #1440 - Barbarians now function again!
This commit is contained in:
parent
aa73fa130e
commit
76c09ad59c
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user