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