From 4a59c1d2c3f3deb7ffe88981d10c57f28dfc90c6 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 24 Nov 2017 15:25:34 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (a2ow5l92js.js) 9 bytes modified --- a2ow5l92js.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/a2ow5l92js.js b/a2ow5l92js.js index c660c49..2b71f9b 100644 --- a/a2ow5l92js.js +++ b/a2ow5l92js.js @@ -7,14 +7,14 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.initialized = true; GameLib.Event.Emit(GameLib.Event.STOP_ALL_AUDIO); - + GameLib.Event.Emit( GameLib.Event.PLAY_AUDIO, { name : 'Audio - Xmas' } ); - + this.fog = this.entityLoaded.fog; this.bull = this.entityLoaded.bull; this.star = this.entityLoaded.star; @@ -55,7 +55,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.totalTime = 0; this.kanisters = 4; - //this.kanisterTime = 0; + this.kanisterTime = 0; this.kanisterLife = 16.344; this.kanisterLeakTime = 0.001; this.kanisterSpawnScore = 50; @@ -63,7 +63,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.setNextKanisterSpawnScore = function() { this.kanisterSpawnScore = this.score + 100; - + if (this.score > 200) { this.kanisterSpawnScore = this.score + 200; } @@ -452,7 +452,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.explodeKanister = function() { this.kanisters += 1; - // this.kanisterTime = 0; + this.kanisterTime = 0; // this.fuelFinished = false; this.explodeMesh(this.kanister); };