Reporting townspeople should send the guard to the player's last known location

This commit is contained in:
2014-06-22 14:05:55 -07:00
parent cd12fb4320
commit 16374a312b

View File

@@ -387,7 +387,7 @@ var AISprite = function(game, x, y, key, frame) {
this.chasetarget(this.target, this.chasetarget(this.target,
STATE_ALERTED, STATE_ALERTED,
STATE_MOVING | STATE_RUNNING, STATE_MOVING | STATE_RUNNING,
true, false,
1000, 1000,
false); false);
} else { } else {