Making townsfolk report you to a guard

This commit is contained in:
2014-06-19 20:30:47 -07:00
parent c377d7940f
commit 6a28de0e93
2 changed files with 2 additions and 2 deletions

View File

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