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

This commit is contained in:
2014-06-22 14:03:43 -07:00
parent 22cbd2849a
commit 97b0b89dce
2 changed files with 26 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ STATE_FACE_DOWN = 1 << 9;
STATE_MOVING = 1 << 10;
STATE_RUNNINGTOLIGHT = 1 << 11;
STATE_RUNNINGTOREPORT = 1 << 12;
STATES_AWARENESS = (STATE_UNAWARE | STATE_CONCERNED | STATE_ALERTED | STATE_LOSTHIM);
STATES_MOVEMENT = (STATE_MOVING | STATE_RUNNING);