"Menschen reparieren Schiffe auf See"

lange befehle sind auf see nicht erlaubt.
This commit is contained in:
Enno Rehling 2007-03-24 23:06:55 +00:00
parent 28582c6728
commit eb1d2373e8
1 changed files with 5 additions and 0 deletions

View File

@ -1634,6 +1634,11 @@ make_cmd(unit * u, struct order * ord)
if (u->number==0) return 0;
if (fval(r->terrain, SEA_REGION) && u->race != new_race[RC_AQUARIAN]) {
cmistake(u, ord, 242, MSG_INCOME);
return;
}
init_tokens(ord);
skip_token();
s = getstrtoken();