change in getCurrentPlayerWinpoints
This commit is contained in:
@@ -407,10 +407,16 @@ public class SiedlerGame {
|
||||
winPoints ++;
|
||||
}
|
||||
}
|
||||
//todo add points for longest road
|
||||
if(getLongestRoadFaction() == getCurrentPlayerFaction()){
|
||||
winPoints = winPoints + 2;
|
||||
}
|
||||
return winPoints;
|
||||
}
|
||||
|
||||
private Faction getLongestRoadFaction() {
|
||||
return null; //todo implement
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Places the thief on the specified field and steals a random resource card (if
|
||||
|
||||
Reference in New Issue
Block a user