new unfollow command available for all players (#6)

* new unfollow command available for all players

* new unfollow command available for all players (fix redundant check)

* new unfollow command available for all players (fix redundant check)
This commit is contained in:
gbrunett 2017-10-20 21:32:58 -04:00 committed by wyld-sw
parent 324cfdd415
commit 75d8b58029
4 changed files with 31 additions and 0 deletions

View file

@ -162,6 +162,7 @@ ACMD(do_rest);
ACMD(do_sit);
ACMD(do_sleep);
ACMD(do_stand);
ACMD(do_unfollow);
ACMD(do_wake);
/* Global variables from act.movement.c */
extern const char *cmd_door[];