Skip to content

Commit

Permalink
Low 07: set side for Olurf's party
Browse files Browse the repository at this point in the history
Otherwise his supporting units never appear, because side 8 does not
exist in SP.
  • Loading branch information
mattsc committed Nov 3, 2014
1 parent 6d7c662 commit b4ef947
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
Expand Up @@ -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}
Expand Down
16 changes: 8 additions & 8 deletions data/campaigns/Legend_of_Wesmere/utils/characters.cfg
Expand Up @@ -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
Expand All @@ -173,7 +173,7 @@
name=_ "Simclon"
unrenamable=yes
type=Dwarvish Thunderer
side=8
side={SIDE}
x=$olurf_entry.x
y=$olurf_entry.y
[modifications]
Expand All @@ -188,7 +188,7 @@
name=_ "Harald"
unrenamable=yes
type=Dwarvish Berserker
side=8
side={SIDE}
x=$olurf_entry.x
y=$olurf_entry.y
[modifications]
Expand All @@ -203,7 +203,7 @@
name=_ "Budrin"
unrenamable=yes
type=Dwarvish Berserker
side=8
side={SIDE}
x=$olurf_entry.x
y=$olurf_entry.y
[modifications]
Expand All @@ -217,7 +217,7 @@
name=_ "Dudan"
unrenamable=yes
type=Dwarvish Fighter
side=8
side={SIDE}
x=$olurf_entry.x
y=$olurf_entry.y
[modifications]
Expand All @@ -231,7 +231,7 @@
name=_ "Korbun"
unrenamable=yes
type=Dwarvish Scout
side=8
side={SIDE}
x=$olurf_entry.x
y=$olurf_entry.y
[modifications]
Expand All @@ -246,7 +246,7 @@
name=_ "Merhun"
unrenamable=yes
type=Dwarvish Berserker
side=8
side={SIDE}
x=$olurf_entry.x
y=$olurf_entry.y
[modifications]
Expand Down

0 comments on commit b4ef947

Please sign in to comment.