From 4a8e0e4af5fad711dd0f64cc9ccc6296327af652 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 18 Nov 2017 08:02:38 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (080g209iov.js) 97 bytes modified --- 080g209iov.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/080g209iov.js b/080g209iov.js index 246019f..a8dda43 100644 --- a/080g209iov.js +++ b/080g209iov.js @@ -14,6 +14,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.santa = this.entityLoaded.santa; this.renderer = this.entityLoaded.renderer; this.raycaster = this.entityLoaded.raycaster; + this.canister = this.entityLoaded.canister; this.scene = this.entityLoaded.scene; this.leftLight = this.entityLoaded.leftLight; this.rightLight = this.entityLoaded.rightLight; @@ -41,6 +42,8 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { */ this.totalTime = 0; this.spawnTime = 0; + this.canisterTime = 0; + this.canisterLife = 16344; this.enemies = [];