diff --git a/pcmove.cpp b/pcmove.cpp index 224e332b..144cba1f 100644 --- a/pcmove.cpp +++ b/pcmove.cpp @@ -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; }