Low 07: set side for Olurf's party
Otherwise his supporting units never appear, because side 8 does not exist in SP.
This commit is contained in:
parent
6d7c6629e5
commit
b4ef947dd4
2 changed files with 13 additions and 9 deletions
|
@ -523,7 +523,11 @@
|
|||
y=$olurf_entry.y
|
||||
[/unit]
|
||||
|
||||
{OLURF_PARTY}
|
||||
#ifndef MULTIPLAYER
|
||||
{OLURF_PARTY 1}
|
||||
#else
|
||||
{OLURF_PARTY 8}
|
||||
#endif
|
||||
|
||||
####ifndef MULTIPLAYER
|
||||
#### {MODIFY_UNIT (side=8) side 1}
|
||||
|
|
|
@ -153,12 +153,12 @@
|
|||
[/modifications]
|
||||
#enddef
|
||||
|
||||
#define OLURF_PARTY
|
||||
#define OLURF_PARTY SIDE
|
||||
[unit]
|
||||
id=Bulrod
|
||||
name=_ "Bulrod"
|
||||
type=Dwarvish Steelclad
|
||||
side=8
|
||||
side={SIDE}
|
||||
#placement=leader
|
||||
unrenamable=yes
|
||||
x=$olurf_entry.x
|
||||
|
@ -173,7 +173,7 @@
|
|||
name=_ "Simclon"
|
||||
unrenamable=yes
|
||||
type=Dwarvish Thunderer
|
||||
side=8
|
||||
side={SIDE}
|
||||
x=$olurf_entry.x
|
||||
y=$olurf_entry.y
|
||||
[modifications]
|
||||
|
@ -188,7 +188,7 @@
|
|||
name=_ "Harald"
|
||||
unrenamable=yes
|
||||
type=Dwarvish Berserker
|
||||
side=8
|
||||
side={SIDE}
|
||||
x=$olurf_entry.x
|
||||
y=$olurf_entry.y
|
||||
[modifications]
|
||||
|
@ -203,7 +203,7 @@
|
|||
name=_ "Budrin"
|
||||
unrenamable=yes
|
||||
type=Dwarvish Berserker
|
||||
side=8
|
||||
side={SIDE}
|
||||
x=$olurf_entry.x
|
||||
y=$olurf_entry.y
|
||||
[modifications]
|
||||
|
@ -217,7 +217,7 @@
|
|||
name=_ "Dudan"
|
||||
unrenamable=yes
|
||||
type=Dwarvish Fighter
|
||||
side=8
|
||||
side={SIDE}
|
||||
x=$olurf_entry.x
|
||||
y=$olurf_entry.y
|
||||
[modifications]
|
||||
|
@ -231,7 +231,7 @@
|
|||
name=_ "Korbun"
|
||||
unrenamable=yes
|
||||
type=Dwarvish Scout
|
||||
side=8
|
||||
side={SIDE}
|
||||
x=$olurf_entry.x
|
||||
y=$olurf_entry.y
|
||||
[modifications]
|
||||
|
@ -246,7 +246,7 @@
|
|||
name=_ "Merhun"
|
||||
unrenamable=yes
|
||||
type=Dwarvish Berserker
|
||||
side=8
|
||||
side={SIDE}
|
||||
x=$olurf_entry.x
|
||||
y=$olurf_entry.y
|
||||
[modifications]
|
||||
|
|
Loading…
Add table
Reference in a new issue