Fixed: compilation errors

Added: line coverage improved
This commit is contained in:
2026-04-21 17:19:07 +02:00
parent 3a39676819
commit 5e5c4327f2
14 changed files with 185 additions and 6 deletions
@@ -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)
{