In 'Outriding the Outriders', give the player two units...
(Bowman or Spearman) when capturing a village, instead of just one.
This commit is contained in:
parent
f2dc5e06c0
commit
614f1183e4
1 changed files with 11 additions and 4 deletions
|
@ -215,8 +215,17 @@
|
|||
[filter]
|
||||
description=Alanin
|
||||
[/filter]
|
||||
|
||||
{RANDOM "Spearman,Bowman"}
|
||||
{RANDOM_TRAIT_UNIT (
|
||||
type=Spearman
|
||||
type=$random
|
||||
generate_description=yes
|
||||
x,y=$x1,$y1
|
||||
side=1)}
|
||||
|
||||
{RANDOM "Spearman,Bowman"}
|
||||
{RANDOM_TRAIT_UNIT (
|
||||
type=$random
|
||||
generate_description=yes
|
||||
x,y=$x1,$y1
|
||||
side=1)}
|
||||
|
@ -262,9 +271,7 @@
|
|||
variable=dwarves[$i]
|
||||
[/unstore_unit]
|
||||
{NEXT i}
|
||||
[clear_variable]
|
||||
variable=dwarves
|
||||
[/clear_variable]
|
||||
{CLEAR_VARIABLE dwarves}
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
|
|
Loading…
Add table
Reference in a new issue