Reporting townspeople should send the guard to the player's last known location
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user