mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 12:15:37 +00:00
SoF: Fix missing ellipse issue for Alanin
The new ellipse system automatically appends -leader to the ellipse file name, which does not work with the hero ellipse (those files don't exist). Also get rid of hero icon overlay on top of side leader crown for Alanin.
This commit is contained in:
parent
c68c0881d5
commit
6bb1b1910f
@ -480,6 +480,8 @@
|
||||
kill=yes
|
||||
[/store_unit]
|
||||
{VARIABLE alanin.canrecruit yes}
|
||||
{CLEAR_VARIABLE alanin.ellipse}
|
||||
{CLEAR_VARIABLE alanin.overlays}
|
||||
[objectives]
|
||||
side=1
|
||||
[objective]
|
||||
@ -520,6 +522,8 @@
|
||||
kill=yes
|
||||
[/store_unit]
|
||||
{VARIABLE alanin.canrecruit yes}
|
||||
{CLEAR_VARIABLE alanin.ellipse}
|
||||
{CLEAR_VARIABLE alanin.overlays}
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
@ -549,6 +553,8 @@
|
||||
message= _ "Tell him to send forces north to aid us and fight the elves, but that we are probably going to die. We will run northeast towards the old eastern mines, and if he wants his sceptre intact he’d best send troops to meet us there."
|
||||
[/message]
|
||||
{MODIFY_UNIT id=Alanin canrecruit yes}
|
||||
{MODIFY_UNIT id=Alanin ellipse ""}
|
||||
{MODIFY_UNIT id=Alanin overlays ""}
|
||||
[store_unit]
|
||||
[filter]
|
||||
side=1
|
||||
@ -637,6 +643,8 @@
|
||||
kill=yes
|
||||
[/store_unit]
|
||||
{VARIABLE alanin.canrecruit yes}
|
||||
{CLEAR_VARIABLE alanin.ellipse}
|
||||
{CLEAR_VARIABLE alanin.overlays}
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user