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

@@ -313,7 +313,7 @@
{ {
"gid":3544, "gid":3544,
"height":0, "height":0,
"name":"BigTopCustomer2", "name":"HousingPerson1",
"properties": "properties":
{ {
"sprite_canmove":"true", "sprite_canmove":"true",

View File

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