From 610288b28aff0be57d7c78663b8e5260a529095e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 27 Nov 2017 23:18:50 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (qemp4een6t.js) 20 bytes modified --- qemp4een6t.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qemp4een6t.js b/qemp4een6t.js index 7680103..a1256fe 100644 --- a/qemp4een6t.js +++ b/qemp4een6t.js @@ -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); }