From 1d689724d8963bcaf72f7afd61d174fdb2f21a40 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 6 Jul 2014 17:20:01 -0700 Subject: [PATCH] AI should become Concerned, not Relieved, when they report you to a guard --- 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 b0b7224..c2f89fa 100644 --- a/moonlight/src/AISprite.js +++ b/moonlight/src/AISprite.js @@ -502,7 +502,7 @@ var AISprite = function(game, x, y, key, frame) { } else { this.awareness_timer.stop(); this.awareness_change_enabled = true; - this.setAwarenessEffect(STATE_LOSTHIM); + this.setAwarenessEffect(STATE_CONCERNED); setMovingState(this, STATE_NONE); this.turnRandomDirection(); this.target = null;