Skip to content

Commit

Permalink
Merge pull request #122 from Toranks/die-event-fix
Browse files Browse the repository at this point in the history
Fixed bug where die event for heroes wouldn't trigger in S27, "Orannon"
  • Loading branch information
cooljeanius authored Mar 31, 2023
2 parents f2e5475 + 38a63c4 commit 510c038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions macros/deaths.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

#define REME_DEATH
[event]
name=die
name=last breath
[filter]
id=Reme Carrenemoe
[/filter]
Expand All @@ -107,7 +107,7 @@

#define KAREN_DEATH
[event]
name=die
name=last breath
[filter]
id=Karen
[/filter]
Expand All @@ -122,7 +122,7 @@

#define RUVIO_DEATH
[event]
name=die
name=last breath
[filter]
id=Ruvio
[/filter]
Expand Down
2 changes: 1 addition & 1 deletion scenarios/27_Orannon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 510c038

Please sign in to comment.