Minor tweaks.
This commit is contained in:
parent
500eb327a3
commit
b6c11ff5db
1 changed files with 19 additions and 2 deletions
|
@ -326,6 +326,7 @@
|
|||
[/message]
|
||||
|
||||
[redraw]
|
||||
side=1
|
||||
[/redraw]
|
||||
|
||||
[music]
|
||||
|
@ -437,7 +438,23 @@
|
|||
|
||||
{CLEAR_VARIABLE stored_Urza_Afalas}
|
||||
|
||||
[store_villages]
|
||||
owner_side=2
|
||||
|
||||
variable=side_2_villages
|
||||
[/store_villages]
|
||||
|
||||
{FOREACH side_2_villages i}
|
||||
[capture_village]
|
||||
side=1
|
||||
x,y=$side_2_villages[$i].x,$side_2_villages[$i].y
|
||||
[/capture_village]
|
||||
{NEXT i}
|
||||
|
||||
{CLEAR_VARIABLE side_2_villages}
|
||||
|
||||
[redraw]
|
||||
side=1
|
||||
[/redraw]
|
||||
|
||||
[message]
|
||||
|
@ -448,7 +465,7 @@
|
|||
[message]
|
||||
description=Ethiliel
|
||||
image=portraits/ethiliel-mad.png
|
||||
message= _ "You are no better than these criminals! We shall see if you can find your own way out of the forest! Come my people let us return to our lands. We were foolish to ever have any dealings with these humans. Do not set foot in our land ever again Deoran, you have brought us nothing but grief."
|
||||
message= _ "You are no better than these criminals! We shall see if you can find your own way out of the forest! Come, my people, let us return to our lands. We were foolish to ever have any dealings with these humans. Do not set foot in our land ever again, Deoran, for you have brought us nothing but grief."
|
||||
[/message]
|
||||
|
||||
[kill]
|
||||
|
@ -482,7 +499,7 @@
|
|||
|
||||
[remove_shroud]
|
||||
side=1
|
||||
x,y=1-60,1-50
|
||||
x,y=0-99,0-99
|
||||
[/remove_shroud]
|
||||
|
||||
[objectives]
|
||||
|
|
Loading…
Add table
Reference in a new issue