diff --git a/src/lib/commands/show.c b/src/lib/commands/show.c index 655ee91c..3e40dc7f 100644 --- a/src/lib/commands/show.c +++ b/src/lib/commands/show.c @@ -70,7 +70,6 @@ show(void) } if (player->god) rlev = 1000; - pr("Printing for tech level '%d'\n", tlev); switch (*p) { case 'b': show_bridge(99999); @@ -121,6 +120,7 @@ show(void) "Build, stats, or capability data (b,s,c)? ", buf)) || !*p) return RET_SYN; + pr("Printing for tech level '%d'\n", tlev); if (*p == 'B' || *p == 'b') bfunc(tlev); else if (*p == 'C' || *p == 'c')