(do_desi): Improve message when designation doesn't exist.
This commit is contained in:
parent
5982d38248
commit
a358704096
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ do_desi(struct natstr *natp, char *sects, char *deschar, long int cash,
|
|||
des = sct_typematch(p);
|
||||
if (des < 0 || (((des == SCT_BSPAN) || (des == SCT_BTOWER)) &&
|
||||
!player->god)) {
|
||||
pr("See \"info Sector-types\"\n");
|
||||
pr("No such designation\n"
|
||||
"See \"info Sector-types\" for possible designations\n");
|
||||
if (for_real)
|
||||
return (long)RET_FAIL;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue