Show correct message when trying to move from a high Brown Island cell to a Red Slime cell

This commit is contained in:
Jesse Ruderman 2021-08-02 19:09:45 -07:00
parent b67b946126
commit 46ca5f81a0
1 changed files with 1 additions and 1 deletions

View File

@ -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!"));
}