Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2

This commit is contained in:
nhmall
2018-09-11 08:51:04 -04:00

View File

@@ -756,8 +756,8 @@ level_tele()
killer.format = NO_KILLER_PREFIX;
Strcpy(killer.name, "went to heaven prematurely");
} else if (newlev == -9) {
You_feel("deliriously happy. ");
pline("(In fact, you're on Cloud 9!) ");
You_feel("deliriously happy.");
pline("(In fact, you're on Cloud 9!)");
display_nhwindow(WIN_MESSAGE, FALSE);
} else
You("are now high above the clouds...");