diff --git a/src/lib/player/empmod.c b/src/lib/player/empmod.c index 59486eb5..ba01ebed 100644 --- a/src/lib/player/empmod.c +++ b/src/lib/player/empmod.c @@ -246,7 +246,7 @@ struct cmndstr player_coms[] = { tend, C_MOD, NORM + CAP}, {"territory []", 0, terr, C_MOD, NORM}, {"test ", 1, - move, 0, NORM + CAP}, + move, C_MOD, NORM + CAP}, {"threshold ", 1, thre, C_MOD, NORM}, {"toggle [inform|flash|beep|coastwatch|sonar|techlists] [on|off]", 0, togg, C_MOD, VIS},