X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=command.c;fp=command.c;h=eaa3648ad7d5180b15b586f9da8f8a04bdb16c0b;hp=52e7e62b8555d612d6f1deab5237a1ba57123ac2;hb=93bb426202ba92c389aae65c0c8ab6eb3d325eae;hpb=81fe22799e2080f165af7929627d664658b944bb diff --git a/command.c b/command.c index 52e7e62..eaa3648 100644 --- a/command.c +++ b/command.c @@ -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;