From 110c5eb555247c45810d96e5c45fab88848f3056 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 27 Nov 2017 21:45:14 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (qemp4een6t.js) 25 bytes modified --- qemp4een6t.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemp4een6t.js b/qemp4een6t.js index dfda1f2..2a50112 100644 --- a/qemp4een6t.js +++ b/qemp4een6t.js @@ -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);