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

beta.r3js.org
-=yb4f310 2017-11-27 20:51:04 +01:00
parent 6f516fad58
commit c577f98599
1 changed files with 4 additions and 1 deletions

View File

@ -89,7 +89,10 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.setNextKanisterSpawnScore = function () {
if (this.score > 10000) {
if (this.score > 15000) {
var dice = GameLib.Utils.GetRandomIntInclusive(1, 6);
this.kanisterSpawnScore += dice * 1000;
} else if (this.score > 10000) {
this.kanisterSpawnScore = 15000;
} else if (this.score > 7500) {
this.kanisterSpawnScore = 10000;