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:
Jannis Harder 2011-06-20 02:19:47 +02:00
parent fcf33eb280
commit ace7175f1a
7 changed files with 120 additions and 39 deletions

View file

@ -247,4 +247,9 @@ public class GameSettings implements Serializable {
return (humans == 1);
}
public int getTotalStones() {
return getHighestValue() * getStoneSetNumber()
* getStoneColors().size() + getJokerNumber();
}
}