From 6feaad410e24e8d6ddf22125eec8f204568abdea Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 22 Jun 2014 10:55:30 -0700 Subject: [PATCH] Guards don't contact the player anymore and people continue chasing the guards --- moonlight/src/AISprite.js | 1 + 1 file changed, 1 insertion(+) diff --git a/moonlight/src/AISprite.js b/moonlight/src/AISprite.js index 3feac46..f9b45e9 100644 --- a/moonlight/src/AISprite.js +++ b/moonlight/src/AISprite.js @@ -372,6 +372,7 @@ var AISprite = function(game, x, y, key, frame) { STATE_ALERTED, STATE_MOVING | STATE_RUNNING, true, + undefined, false); return; }