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

beta.r3js.org
-=yb4f310 2017-11-27 21:45:14 +01:00
parent b37cfddcb6
commit 110c5eb555
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
if (this.score > 10000) {
var dice = GameLib.Utils.GetRandomIntInclusive(1, 6);
this.kanisterSpawnScore += dice * 1000;
this.kanisterSpawnScore = this.score + (dice * 50 * this.level);
}
console.log('next kanister spawn score: ' + this.kanisterSpawnScore);