From 1be6fe6c3b2c41fd8ebed6c326eebd38df9bd9e4 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sat, 14 Jun 2014 16:43:42 -0700 Subject: [PATCH] Making AI able to 'see' the player --- moonlight/js/moonlight-skulk.js | 1 + 1 file changed, 1 insertion(+) diff --git a/moonlight/js/moonlight-skulk.js b/moonlight/js/moonlight-skulk.js index 3fe4c71..b98686d 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -749,6 +749,7 @@ var AISprite = function(game, x, y, key, frame) { } this.update_new_values = function() { + console.log(this); if ( this.timer !== null ) this.timer.stop(); this.animations.destroy();