From c2b62942131ae008830bbdab8e3c1ca8d3603520 Mon Sep 17 00:00:00 2001 From: Toranks Date: Sun, 19 Mar 2023 15:08:46 +0100 Subject: [PATCH 1/3] Fixed die event for heroes doesn't trigger --- macros/ano-20macros.cfg | 1 - scenarios/27_Orannon.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/macros/ano-20macros.cfg b/macros/ano-20macros.cfg index 6e3fc9b8..18d4fdbb 100644 --- a/macros/ano-20macros.cfg +++ b/macros/ano-20macros.cfg @@ -113,7 +113,6 @@ [modifications] {TRAIT_LOYAL} [/modifications] - {IS_LOYAL} [/unit] #enddef diff --git a/scenarios/27_Orannon.cfg b/scenarios/27_Orannon.cfg index a98a743f..1cadd247 100644 --- a/scenarios/27_Orannon.cfg +++ b/scenarios/27_Orannon.cfg @@ -1642,9 +1642,9 @@ Forces of Darkness will consume your mind."} # A good portion of this scenario's code is actually in this FINAL_INTERROGATIONS macro; # it is located in macros/ano-20macros.cfg: - {FINAL_INTERROGATIONS} {ALL_ANO_DEATHS} {ELVISH_DEATHS} {MAGE_DEATHS} {ELVISH_KILLING} + {FINAL_INTERROGATIONS} [/scenario] From 78d5d2a735f099e7190af5d4b176697c88cacd9b Mon Sep 17 00:00:00 2001 From: Toranks Date: Sun, 19 Mar 2023 15:17:18 +0100 Subject: [PATCH 2/3] die to last breath when say a sentence --- macros/deaths.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macros/deaths.cfg b/macros/deaths.cfg index f9e33d40..ed17c00c 100644 --- a/macros/deaths.cfg +++ b/macros/deaths.cfg @@ -93,7 +93,7 @@ #define REME_DEATH [event] - name=die + name=last breath [filter] id=Reme Carrenemoe [/filter] @@ -107,7 +107,7 @@ #define KAREN_DEATH [event] - name=die + name=last breath [filter] id=Karen [/filter] @@ -122,7 +122,7 @@ #define RUVIO_DEATH [event] - name=die + name=last breath [filter] id=Ruvio [/filter] From 38a63c48b9a7eb41b08e361cafba5927cae7e7d4 Mon Sep 17 00:00:00 2001 From: Toranks Date: Sun, 26 Mar 2023 05:44:54 +0200 Subject: [PATCH 3/3] Undo --- macros/ano-20macros.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/macros/ano-20macros.cfg b/macros/ano-20macros.cfg index 18d4fdbb..6e3fc9b8 100644 --- a/macros/ano-20macros.cfg +++ b/macros/ano-20macros.cfg @@ -113,6 +113,7 @@ [modifications] {TRAIT_LOYAL} [/modifications] + {IS_LOYAL} [/unit] #enddef