Northern Rebirth S02_01: keep side 8 leader from wandering off too far
If he ends up on the tiny keep in the south, he can only recruit one unit per turn, which affects the intended balance of the scenario. Fixes #3073
This commit is contained in:
parent
4873f1a41e
commit
9b9aa13a3d
1 changed files with 14 additions and 0 deletions
|
@ -266,6 +266,20 @@
|
||||||
[/message]
|
[/message]
|
||||||
[/event]
|
[/event]
|
||||||
|
|
||||||
|
# Keep Mal Tath from grabbing the southern-most village and ending up on
|
||||||
|
# the tiny castle in the south during the first two turns
|
||||||
|
[event]
|
||||||
|
name=side 8 turn 1 refresh, side 8 turn 2 refresh
|
||||||
|
first_time_only=no
|
||||||
|
|
||||||
|
[modify_unit]
|
||||||
|
[filter]
|
||||||
|
id=Mal Tath
|
||||||
|
[/filter]
|
||||||
|
moves=4
|
||||||
|
[/modify_unit]
|
||||||
|
[/event]
|
||||||
|
|
||||||
# Find Camerin event
|
# Find Camerin event
|
||||||
[event]
|
[event]
|
||||||
name=capture
|
name=capture
|
||||||
|
|
Loading…
Add table
Reference in a new issue