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); }