From 16374a312b6e29ceaea277216e402597fbc99c44 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 22 Jun 2014 14:05:55 -0700 Subject: [PATCH] Reporting townspeople should send the guard to the player's last known location --- moonlight/src/AISprite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlight/src/AISprite.js b/moonlight/src/AISprite.js index fffd036..7bbbb28 100644 --- a/moonlight/src/AISprite.js +++ b/moonlight/src/AISprite.js @@ -387,7 +387,7 @@ var AISprite = function(game, x, y, key, frame) { this.chasetarget(this.target, STATE_ALERTED, STATE_MOVING | STATE_RUNNING, - true, + false, 1000, false); } else {