Merge branch 'master' into win32-x64-working

This commit is contained in:
nhmall
2015-04-24 11:50:34 -04:00
13 changed files with 88 additions and 30 deletions
+5
View File
@@ -480,8 +480,13 @@ boolean td; /* td == TRUE : trap door or hole */
if (Is_stronghold(&u.uz)) {
find_hell(&dtmp);
} else {
int dist = newlevel - dunlev(&u.uz);
dtmp.dnum = u.uz.dnum;
dtmp.dlevel = newlevel;
if (dist > 1)
You("fall down a %s%sshaft!",
dist > 3 ? "very " : "",
dist > 2 ? "deep " : "");
}
if (!td)
Sprintf(msgbuf, "The hole in the %s above you closes up.",