mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07: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!"));
|
||||
}
|
||||
else return false;
|
||||
if(hardcore)
|
||||
if(hardcore && !checkonly)
|
||||
killHardcorePlayer(multi::cpid, flags);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user