Continued side panel
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@499 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
fcf33eb280
commit
ace7175f1a
7 changed files with 120 additions and 39 deletions
|
@ -247,4 +247,9 @@ public class GameSettings implements Serializable {
|
|||
return (humans == 1);
|
||||
|
||||
}
|
||||
|
||||
public int getTotalStones() {
|
||||
return getHighestValue() * getStoneSetNumber()
|
||||
* getStoneColors().size() + getJokerNumber();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue