X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=command.c;h=584ba8af7c6e902360dd8f6ac6702c867a10e437;hp=52e7e62b8555d612d6f1deab5237a1ba57123ac2;hb=4411252a0951e08a912a0c56299d894a42bb4d77;hpb=9c3c378b5c998e689cefd9cad3e2deb863cbcefa diff --git a/command.c b/command.c index 52e7e62..584ba8a 100644 --- a/command.c +++ b/command.c @@ -3,7 +3,7 @@ * * @(#)command.c 3.45 (Berkeley) 6/15/81 * - * Rogue: Exploring the Dungeons of Doom + * Rogue: Exploring the Cavern of Cuties * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman * All rights reserved. * @@ -193,7 +193,7 @@ command() { if (wizard = passwd()) { - msg("You are suddenly as smart as Ken Arnold in dungeon #%d", dnum); + msg("You are suddenly as smart as Ken Arnold in cavern #%d", dnum); wizard = TRUE; waswizard = TRUE; } @@ -518,7 +518,7 @@ u_level() { level--; if (level == 0) - total_winner(); + total_loner(); new_level(); msg("You feel a wrenching sensation in your gut."); return;