From 46ca5f81a0718759b315b232f965f766e3e28932 Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Mon, 2 Aug 2021 19:09:45 -0700 Subject: [PATCH] Show correct message when trying to move from a high Brown Island cell to a Red Slime cell --- pcmove.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcmove.cpp b/pcmove.cpp index 7c8432f9..3bdac0ab 100644 --- a/pcmove.cpp +++ b/pcmove.cpp @@ -946,7 +946,7 @@ void pcmove::tell_why_impassable() { if(vmsg(miRESTRICTED)) blowaway_message(c2); } - else if(isAlch(c2)) { + else if(anti_alchemy(c2, cwt.at)) { if(vmsg(miRESTRICTED)) addMessage(XLAT("Wrong color!")); }