From 5bb598cb0580a28ba115df852978e45e6d92525d Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Wed, 27 Aug 2025 18:04:37 +0200 Subject: [PATCH] unit: if delay to active waits for the attack to finish it now reruns delay to active fast --- src/unit.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unit.s b/src/unit.s index 5f27cb4..7e93070 100644 --- a/src/unit.s +++ b/src/unit.s @@ -763,7 +763,7 @@ unit_delay_to_active: ldnull bc ret @delay_again: - ld bc, st_unit_delay_to_active + ld bc, st_unit_delay_to_active_fast ret ; inputs -- 2.30.2