merge 2008-03-10T00:23:03Z!benoit.timbert@free.fr: Fix #11230: Incorrect instructions in Tutorial Part II
This commit is contained in:
parent
0fd5151050
commit
9bb72bc9cd
1 changed files with 6 additions and 6 deletions
|
@ -530,7 +530,7 @@ One Elvish Shaman")}
|
|||
[/else]
|
||||
[/if]
|
||||
{LABEL (_"RECALL $recall_name1") 11,3}
|
||||
{PRINT (_"Right click on the tile south of you and recall $recall_name1")}
|
||||
{PRINT (_"Right click on the tile north-east of you and recall $recall_name1")}
|
||||
[/then]
|
||||
[else]
|
||||
[if]
|
||||
|
@ -546,7 +546,7 @@ One Elvish Shaman")}
|
|||
[/else]
|
||||
[/if]
|
||||
{LABEL (_"Elvish Fighter") 11,3}
|
||||
{PRINT (_"Right click on the tile south of you and recruit an Elvish Fighter")}
|
||||
{PRINT (_"Right click on the tile north-east of you and recruit an Elvish Fighter")}
|
||||
[/else]
|
||||
[/if]
|
||||
[/event]
|
||||
|
@ -746,7 +746,7 @@ One Elvish Shaman")}
|
|||
{LABEL (_"Archer #1") 9,4}
|
||||
{LABEL (_"Archer #2") 9,3}
|
||||
# wmlindent: stop ignoring
|
||||
{PRINT (_"Recruit two Elvish Archers in tiles to your west")}
|
||||
{PRINT (_"Recruit two Elvish Archers in tiles to your east")}
|
||||
[/else]
|
||||
[/if]
|
||||
[/else]
|
||||
|
@ -797,12 +797,12 @@ One Elvish Shaman")}
|
|||
greater_than=0
|
||||
[/variable]
|
||||
[then]
|
||||
{PRINT (_"Right click on the tile south-east of you and recall $recall_name2")}
|
||||
{PRINT (_"Right click on the tile east of you and recall $recall_name2")}
|
||||
{LABEL (_"RECALL $recall_name2") 12,3}
|
||||
[/then]
|
||||
[else]
|
||||
{LABEL (_"Elvish Fighter") 12,3}
|
||||
{PRINT (_"Right click on the tile south-east of you and recruit an Elvish Fighter")}
|
||||
{PRINT (_"Right click on the tile east of you and recruit an Elvish Fighter")}
|
||||
[/else]
|
||||
[/if]
|
||||
[/else]
|
||||
|
@ -845,7 +845,7 @@ One Elvish Shaman")}
|
|||
[/unit]
|
||||
{EXPLAIN_STRONG_INTELLIGENT (_"Elindel")}
|
||||
{LABEL (_"Elvish Fighter") 12,3}
|
||||
{PRINT (_"Right click on the tile south-east of you and recruit an Elvish Fighter")}
|
||||
{PRINT (_"Right click on the tile east of you and recruit an Elvish Fighter")}
|
||||
[/else]
|
||||
[/if]
|
||||
[/else]
|
||||
|
|
Loading…
Add table
Reference in a new issue