From d5f6d74d050bd26a850098e3dbbed626da9a3b8b Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 15 Feb 2006 19:47:56 +0000 Subject: [PATCH] (buil): Fix rev. 1.32: information on how to list nukes was incorrect for opt_DRNUKE. --- src/lib/commands/buil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/buil.c b/src/lib/commands/buil.c index 75c9969c..1fe994f7 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;