From 17b63a9af9299aec79113881aef23d18cc487bf3 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 19 Nov 2017 17:10:53 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (autqzs1rvq.js) 20 bytes modified --- autqzs1rvq.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autqzs1rvq.js b/autqzs1rvq.js index 2d036d0..09788b4 100644 --- a/autqzs1rvq.js +++ b/autqzs1rvq.js @@ -159,13 +159,13 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { if (enemyType === 1) { position.x = -distance; - life += 3; + life += 1.5 / speed; velocity = {x:speed,y:0,z:0}; } if (enemyType === 2) { position.x = distance; - life += 3; + life += 1.5 / speed; velocity = {x:-speed,y:0,z:0}; }