mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-07 04:47:56 +00:00
run away from the lava
This commit is contained in:
@@ -159,7 +159,7 @@ bool pcmove::checkNeedMove(bool checkonly, bool attacking) {
|
||||
else if(cwt.at->wall == waMagma && !markOrb(itOrbWinter) && !markOrb(itCurseWater) && !markOrb2(itOrbShield)) {
|
||||
if(markOrb2(itOrbAether)) return false;
|
||||
if(in_gravity_zone(cwt.at) && passable(cwt.at, cwt.at, P_ISPLAYER)) return false;
|
||||
if(vmsg(miWALL)) addMessage(XLAT("Run away from the magma!"));
|
||||
if(vmsg(miWALL)) addMessage(XLAT("Run away from the lava!"));
|
||||
}
|
||||
else if(cwt.at->wall == waChasm) {
|
||||
if(markOrb2(itOrbAether)) return false;
|
||||
|
Reference in New Issue
Block a user