mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-13 06:13:17 +00:00
Merge pull request #275 from jruderman/fall_alch_msg
Show correct message when trying to move from a high Brown Island cell to a Red Slime cell
This commit is contained in:
commit
2ac3b6f949
@ -950,7 +950,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!"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user