Skip to content
Snippets Groups Projects
Commit af752796 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Check for @fight immediately after random REFs run as well.

Should fix the issue with rape.
parent c7b2d8d4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
// TODO: Save player after changes in case process crashes // TODO: Save player after changes in case process crashes
// TODO: run NOTIME in HELP.REF on idle timeout // TODO: run NOTIME in HELP.REF on idle timeout
// TODO: Detect disconnections better // TODO: Detect disconnections better
// TODO: Move other players on screen during battles?
js.yield_interval = 0; js.yield_interval = 0;
js.load_path_list.unshift(js.exec_dir+"dorkit/"); js.load_path_list.unshift(js.exec_dir+"dorkit/");
...@@ -2289,6 +2290,8 @@ function move_player(xoff, yoff) { ...@@ -2289,6 +2290,8 @@ function move_player(xoff, yoff) {
update_update(); update_update();
if (pending_timeout !== undefined) if (pending_timeout !== undefined)
handle_timeout(pending_timeout); handle_timeout(pending_timeout);
while (enemy !== undefined)
offline_battle();
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment