From 2ee23f0e34e41c87bce545712008ed196bc3efb4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 10 Feb 2024 15:58:08 +0100 Subject: Rename march_with_group_3 to end_march. --- rules.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules.js b/rules.js index 541ff6f..512e84c 100644 --- a/rules.js +++ b/rules.js @@ -6312,7 +6312,7 @@ function march_with_group_2() { goto_intercept() } -function march_with_group_3() { +function end_march() { // Disbanded in battle! if (!is_lord_on_map(game.command)) { game.march = 0 @@ -6483,7 +6483,7 @@ function goto_exiles() { game.state = "exiles" set_active_enemy() } else { - march_with_group_3() + end_march() } } @@ -6497,7 +6497,7 @@ function end_exiles() { } else { // no one left, goto finish marching. set_active_enemy() - march_with_group_3() + end_march() } } @@ -9691,7 +9691,7 @@ function goto_battle_aftermath() { game.battle = 0 game.flags.bloody = 0 - march_with_group_3() + end_march() } // === CAMPAIGN: FEED === -- cgit v1.2.3