From c577f98599d5c59af290da168939616512849e15 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 27 Nov 2017 20:51:04 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (qemp4een6t.js) 135 bytes modified --- qemp4een6t.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qemp4een6t.js b/qemp4een6t.js index 19f37cc..8b2b4ce 100644 --- a/qemp4een6t.js +++ b/qemp4een6t.js @@ -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;