Improve newcap's origin error message

This commit is contained in:
Markus Armbruster 2011-10-30 08:17:58 +01:00
parent c9b380eee4
commit 9b2e906ea1

View file

@ -55,7 +55,8 @@ new(void)
natp = getnatp(player->cnum);
if (natp->nat_xorg != 0 || natp->nat_yorg != 0) {
pr("Must be at 0,0 to add a new country\n");
pr("Origin must be reset to add a new country.\n");
pr("Use `origin ~' to reset it.\n");
return RET_FAIL;
}
if (!(natp = natargp(player->argp[1], "Country? ")))