Making townsfolk report you to a guard

This commit is contained in:
2014-06-19 20:19:35 -07:00
parent dd589d8a58
commit 97adba86a8

View File

@@ -1068,6 +1068,7 @@ var AISprite = function(game, x, y, key, frame) {
chaseState = STATE_CONCERNED; chaseState = STATE_CONCERNED;
} }
this.chasetarget(this.target, this.chasetarget(this.target,
chaseState,
STATE_MOVING | STATE_RUNNING, STATE_MOVING | STATE_RUNNING,
false); false);
} }