From: Markus Armbruster Date: Wed, 15 Feb 2006 19:47:56 +0000 (+0000) Subject: (buil): Fix rev. 1.32: information on how to list nukes was incorrect X-Git-Tag: PZ5~50 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=d5f6d74d050bd26a850098e3dbbed626da9a3b8b (buil): Fix rev. 1.32: information on how to list nukes was incorrect for opt_DRNUKE. --- diff --git a/src/lib/commands/buil.c b/src/lib/commands/buil.c index 75c9969cd..1fe994f74 100644 --- a/src/lib/commands/buil.c +++ b/src/lib/commands/buil.c @@ -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;