mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 16:33:29 +00:00
Fixed issue with Linaera teleporting on top of advisor.
This commit is contained in:
parent
ca4eb1f044
commit
78e36f75f0
@ -204,34 +204,34 @@ Use Elven Scouts and Linaera's power of teleportation to mount hit-and-run attac
|
||||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
[item]
|
||||
x,y=17,18
|
||||
x,y=16,17
|
||||
image=projectiles/whitemissile-impact-2.png
|
||||
[/item]
|
||||
[delay]
|
||||
time=100
|
||||
[/delay]
|
||||
[removeitem]
|
||||
x,y=17,18
|
||||
x,y=16,17
|
||||
[/removeitem]
|
||||
[item]
|
||||
x,y=17,18
|
||||
x,y=16,17
|
||||
image=projectiles/whitemissile-impact-3.png
|
||||
[/item]
|
||||
[delay]
|
||||
time=100
|
||||
[/delay]
|
||||
[removeitem]
|
||||
x,y=17,18
|
||||
x,y=16,17
|
||||
[/removeitem]
|
||||
[item]
|
||||
x,y=17,18
|
||||
x,y=16,17
|
||||
image=projectiles/whitemissile-impact-4.png
|
||||
[/item]
|
||||
[delay]
|
||||
time=100
|
||||
[/delay]
|
||||
[removeitem]
|
||||
x,y=17,18
|
||||
x,y=16,17
|
||||
[/removeitem]
|
||||
[store_unit]
|
||||
variable=linaera_jump
|
||||
@ -241,15 +241,16 @@ Use Elven Scouts and Linaera's power of teleportation to mount hit-and-run attac
|
||||
kill=yes
|
||||
fire_event=no
|
||||
[/store_unit]
|
||||
{VARIABLE linaera_jump.x 17}
|
||||
{VARIABLE linaera_jump.y 18}
|
||||
{VARIABLE linaera_jump.x 16}
|
||||
{VARIABLE linaera_jump.y 17}
|
||||
[unstore_unit]
|
||||
variable=linaera_jump
|
||||
find_vacant=yes
|
||||
[/unstore_unit]
|
||||
[redraw][/redraw]
|
||||
{GENERIC_UNIT 3 Mage 17 17} {NO_UPKEEP}
|
||||
{GENERIC_UNIT 3 Mage 16 18} {NO_UPKEEP}
|
||||
{GENERIC_UNIT 3 Mage 16 17} {NO_UPKEEP}
|
||||
{GENERIC_UNIT 3 Mage 15 17} {NO_UPKEEP}
|
||||
[message]
|
||||
id=Erlornas
|
||||
message=_ "So you decided to accept the invitation. Good. Welcome, I am lord Erlornas of Wesmere. I find your presence here...surprising."
|
||||
|
Loading…
x
Reference in New Issue
Block a user