Fixed: compilation errors
Added: line coverage improved
This commit is contained in:
@@ -63,6 +63,11 @@ public class Board implements Serializable {
|
||||
return this.tribeDeck.size();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the game era
|
||||
*/
|
||||
public int getEra() {return this.era;}
|
||||
|
||||
|
||||
/**
|
||||
* Creates and initializes a new board:
|
||||
@@ -234,7 +239,7 @@ public class Board implements Serializable {
|
||||
upperListBuilding.addAll( buildingCards.subList(0,3));
|
||||
}
|
||||
}
|
||||
else if(era==3)
|
||||
else // Era 3
|
||||
{
|
||||
if(nTotem==2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user