From 040c580e49cae54b38404ce9feccb37fcd012415 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 30 Oct 2017 09:12:03 +0100 Subject: [PATCH] no more help about 'chasms' in Crystal World --- help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index 558b25a1..7ebb8542 100644 --- a/help.cpp +++ b/help.cpp @@ -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);