Update: CC - Before Render - Moorcow (qemp4een6t.js) 20 bytes modified

beta.r3js.org
-=yb4f310 2017-11-27 23:18:50 +01:00
parent dfea1a9dad
commit 610288b28a
1 changed files with 5 additions and 5 deletions

View File

@ -110,14 +110,14 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
var dice = GameLib.Utils.GetRandomIntInclusive(1, 10);
/**
* Max average spawn = 5.41
* @type {number}
*/
* Max average spawn = 5.41
* @type {number}
*/
dice += 6.41;
/**
* 53 is one more than average score, in total - should be against your odds to win.
*/
* 53 is one more than average score, in total - should be against your odds to win.
*/
this.kanisterSpawnScore = this.score + (dice * 53 * this.level);
}