Fixed warnings about unknown multiplayer attributes in single player mode.

Fixed extra side in scenario7 in SP.
This commit is contained in:
Fabian Müller 2010-02-09 15:19:03 +00:00
parent 4bf3204f42
commit 10002054eb
3 changed files with 12 additions and 13 deletions

View file

@ -172,7 +172,6 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
canrecruit=yes
x=27
y=14
generate_traits=yes
#ifdef EASY
recruit=Orcish Archer, Orcish Assassin, Orcish Grunt, Wolf Rider, Orcish Crossbowman, Goblin Knight, Goblin Pillager
#endif
@ -205,7 +204,6 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
user_team_name= _ "Enemies"
{FLAG_VARIANT undead}
type=Orcish Warrior
generate_traits=yes
canrecruit=yes
x=7
y=29
@ -249,7 +247,6 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
canrecruit=yes
x=28
y=2
generate_traits=yes
#ifdef EASY
recruit=Orcish Archer, Orcish Assassin, Orcish Grunt, Wolf Rider, Orcish Crossbowman, Goblin Pillager, Goblin Knight
#endif
@ -312,13 +309,7 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
#wmllint: validate-off
[side]
side=7
fog=no
team_lock=yes
gold_lock=yes
income_lock=yes
faction_from_recruit=yes
#{KALENZ}
# wmllint: recognize Kalenz
fog=no
{LANDAR}
save_id=Landar
controller=human

View file

@ -290,12 +290,14 @@
hidden=yes
[/side]
#ifdef MULTIPLAYER
[side]
side=9
{LANDAR}
x=39
y=10
[/side]
#endif
#### Objectives and corresponding events ####
#define OBJECTIVES

View file

@ -1,11 +1,17 @@
#textdomain wesnoth-low
#define KALENZ
id=Kalenz
#define PLAYABLE
#ifdef MULTIPLAYER
team_lock=yes
gold_lock=yes
income_lock=yes
faction_from_recruit=yes
#endif
#enddef
#define KALENZ
{PLAYABLE}
id=Kalenz
name= _ "Kalenz"
unrenamable=yes
profile="portraits/kalenz.png"
@ -23,11 +29,11 @@
#enddef
#define LANDAR
{PLAYABLE}
id=Landar
team_lock=yes
gold_lock=yes
income_lock=yes
faction_from_recruit=yes
name= _ "Landar"
unrenamable=yes
profile="portraits/landar.png"