From 30d5906129d7032996547ce6dd2530fd8635e49b Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 22 Jun 2014 10:51:09 -0700 Subject: [PATCH] Guards don't contact the player anymore and people continue chasing the guards --- moonlight/src/AISprite.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moonlight/src/AISprite.js b/moonlight/src/AISprite.js index f83108a..9f5460c 100644 --- a/moonlight/src/AISprite.js +++ b/moonlight/src/AISprite.js @@ -371,7 +371,8 @@ var AISprite = function(game, x, y, key, frame) { this.chasetarget(player, STATE_ALERTED, STATE_MOVING | STATE_RUNNING, - true); + true, + false); return; }