Messages and interface improvements; shortend zilch calculation

This commit is contained in:
Lurkars
2017-04-16 14:22:53 +02:00
parent 1ef4d00e2f
commit 075143bc21
3 changed files with 80 additions and 62 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ Interface.prototype.animateDices = function(dices, callback) {
if (callback) {
callback();
}
}, Math.random() * 500 + 500);
}, 500);
};
Interface.prototype.disableTakePoints = function(disabled) {