(buil): Fix rev. 1.32: information on how to list nukes was incorrect

for opt_DRNUKE.
This commit is contained in:
Markus Armbruster 2006-02-15 19:47:56 +00:00
parent 78578a0521
commit d5f6d74d05

View file

@ -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;