diff --git a/app/Game/Channel/Player.js b/app/Game/Channel/Player.js index f05de54..1c25e59 100755 --- a/app/Game/Channel/Player.js +++ b/app/Game/Channel/Player.js @@ -66,7 +66,7 @@ function (Parent, Nc) { if(this.stats.health < 0) this.stats.health = 0; if(this.stats.health <= 0) { - if(enemy != this) enemy.score(); + /*if(enemy != this) for testing! */ enemy.score(); this.kill(enemy); } else { this.broadcastStats();