1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-15 22:27:38 +00:00

fixed the Slime cheese in the Wetland

This commit is contained in:
Zeno Rogue
2020-03-21 10:37:00 +01:00
parent e21cbbd207
commit c131ed52ad
3 changed files with 17 additions and 2 deletions

View File

@@ -911,7 +911,7 @@ bool pcmove::attack() {
if(m == moRusalka) {
changes.ccell(cwt.at);
if(cwt.at->wall == waNone) cwt.at->wall = waShallow;
else if(cwt.at->wall == waShallow) cwt.at->wall = waDeepWater;
else if(cwt.at->wall == waShallow || isAlch(cwt.at->wall)) cwt.at->wall = waDeepWater;
}
changes.ccell(c2);
// salamanders are stunned for longer time when pushed into a wall