mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
changes: you no longer immediately die in LoEM
This commit is contained in:
parent
abf1b81a45
commit
bd065c3e90
@ -174,7 +174,7 @@ EX bool checkNeedMove(bool checkonly, bool attacking) {
|
|||||||
addMessage(XLAT("Your Aether power has expired! RUN!"));
|
addMessage(XLAT("Your Aether power has expired! RUN!"));
|
||||||
}
|
}
|
||||||
else return false;
|
else return false;
|
||||||
if(hardcore)
|
if(hardcore && !checkonly)
|
||||||
killHardcorePlayer(multi::cpid, flags);
|
killHardcorePlayer(multi::cpid, flags);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user