Merge branch 'NetHack-3.6' part 2
This commit is contained in:
@@ -4638,7 +4638,7 @@ boolean *noticed; /* set to true iff hero notices the effect; */
|
|||||||
else
|
else
|
||||||
Strcpy(buf, "You are");
|
Strcpy(buf, "You are");
|
||||||
reset_utrap(TRUE);
|
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);
|
pline("%s released from %s%s.", buf, which, trapdescr);
|
||||||
} else {
|
} else {
|
||||||
if (!mon->mtrapped)
|
if (!mon->mtrapped)
|
||||||
|
|||||||
Reference in New Issue
Block a user