Merge branch 'hallutraps' of https://github.com/copperwater/NetHack into copperwater-hallutraps-3.7

This commit is contained in:
nhmall
2019-10-02 13:02:22 -04:00
13 changed files with 85 additions and 53 deletions

View File

@@ -2421,7 +2421,7 @@ int final;
Strcpy(predicament, "trapped");
if ((t = t_at(u.ux, u.uy)) != 0)
Sprintf(eos(predicament), " in %s",
an(defsyms[trap_to_defsym(t->ttyp)].explanation));
an(trapname(t->ttyp, FALSE)));
}
if (u.usteed) { /* not `Riding' here */
Sprintf(buf, "%s%s ", anchored ? "you and " : "", steedname);