(buil): Fix rev. 1.32: information on how to list nukes was incorrect
for opt_DRNUKE.
This commit is contained in:
parent
78578a0521
commit
d5f6d74d05
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ buil(void)
|
|||
tt = (tlev < (rlev / drnuke_const) ? (int)tlev :
|
||||
(int)(rlev / drnuke_const));
|
||||
pr("You can't build that!\n");
|
||||
pr("Use `show nuke build %d' to show types you can build.\n", tlev);
|
||||
pr("Use `show nuke build %d' to show types you can build.\n", tt);
|
||||
return RET_FAIL;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue