Dark Forecast: capture village on spawn
1.14 OOS save backport of 05cd152
Closes #3890
This commit is contained in:
parent
b887572bbe
commit
2f73fd41a4
1 changed files with 20 additions and 0 deletions
|
@ -186,6 +186,7 @@ The weather will also change randomly, affecting the layout of the map.
|
|||
[/message]
|
||||
[/event]
|
||||
|
||||
# 1.14 workaround for bug 3981
|
||||
[event]
|
||||
name="turn 1"
|
||||
[set_variable]
|
||||
|
@ -194,6 +195,25 @@ The weather will also change randomly, affecting the layout of the map.
|
|||
[/set_variable]
|
||||
[/event]
|
||||
|
||||
# 1.14 workaround for bug 3890
|
||||
[event]
|
||||
name=unit placed
|
||||
first_time_only=no
|
||||
[filter]
|
||||
side=1,2
|
||||
[filter_location]
|
||||
terrain=*^V*
|
||||
[/filter_location]
|
||||
[/filter]
|
||||
|
||||
[capture_village]
|
||||
x,y=$x1,$y1
|
||||
[filter_side]
|
||||
side=1
|
||||
[/filter_side]
|
||||
[/capture_village]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=last breath
|
||||
first_time_only=no
|
||||
|
|
Loading…
Add table
Reference in a new issue