EI S12: fix Dra-Nak having inconsistent traits and portrait (#9113)
In EI S11, the player encounters an orcish warlord named Dra-Nak. If not killed in S11, he continues pursuing the player in S12, but the current S12 gives him different traits and a different portrait. This PR fixes the issue.
This commit is contained in:
parent
5881045c50
commit
cc07e62221
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
canrecruit=yes
|
||||
facing=sw
|
||||
[modifications]
|
||||
{TRAIT_RESILIENT}
|
||||
{TRAIT_INTELLIGENT}
|
||||
{TRAIT_STRONG}
|
||||
[/modifications]
|
||||
controller=ai
|
||||
|
@ -118,6 +118,7 @@
|
|||
[then]
|
||||
{MODIFY_UNIT id=Varrak-Klar name _"Chief Dra-Nak"}
|
||||
{ADVANCE_UNIT id=Varrak-Klar "Orcish Sovereign"}
|
||||
{MODIFY_UNIT id=Varrak-Klar profile portraits/orcs/ruler-2.webp}
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
|
Loading…
Add table
Reference in a new issue