no more help about 'chasms' in Crystal World

This commit is contained in:
Zeno Rogue 2017-10-30 09:12:03 +01:00
parent a6f47f6c90
commit 040c580e49
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ void describeMouseover() {
}
}
if(c->wall &&
if(c->wall && !(c->wall == waChasm && c->land == laDual && ctof(c)) &&
!((c->wall == waFloorA || c->wall == waFloorB) && c->item)) {
out += ", "; out += XLAT1(winf[c->wall].name);