Merge branch 'NetHack-3.6' part 2

This commit is contained in:
nhmall
2019-09-23 01:05:52 -04:00
parent 04526c8e20
commit 4da223ba45

View File

@@ -4638,7 +4638,7 @@ boolean *noticed; /* set to true iff hero notices the effect; */
else
Strcpy(buf, "You are");
reset_utrap(TRUE);
vision_full_recalc = 1; /* vision limits can change (pit escape) */
g.vision_full_recalc = 1; /* vision limits can change (pit escape) */
pline("%s released from %s%s.", buf, which, trapdescr);
} else {
if (!mon->mtrapped)