SotA: Fix #4503
Prevent hero death from triggering new corpse recruitable dialog.
This commit is contained in:
parent
b5339299ea
commit
b9c09690b0
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
## Version 1.15.2+dev
|
||||
### AI:
|
||||
### Campaigns
|
||||
* Secrets of the Ancients:
|
||||
* Prevent hero death from triggering new corpse recruitable dialog (issue #4503)
|
||||
### Editor
|
||||
### Language and i18n
|
||||
### Terrains
|
||||
|
|
|
@ -171,6 +171,9 @@
|
|||
name=die, add_{ZOMBIE_TYPE}
|
||||
[filter]
|
||||
{FILTER}
|
||||
[not]
|
||||
id=Ardonna,Ras-Tabahn # Don't trigger for hero death
|
||||
[/not]
|
||||
[/filter]
|
||||
# The unit won't immediately be raised if the attacking weapon was not a plague
|
||||
# weapon, or if the unit was in a village. (In which case, the weapon doesn't
|
||||
|
|
Loading…
Add table
Reference in a new issue