Abort wiztelekinesis if changing levels

This commit is contained in:
Pasi Kallinen
2022-07-18 13:14:11 +03:00
parent a4ef5ee533
commit 06efa695be

View File

@@ -1482,7 +1482,7 @@ wiz_telekinesis(void)
} }
} }
} while (TRUE); } while (u.utotype == UTOTYPE_NONE);
return ECMD_OK; return ECMD_OK;
} }