Fix #11230: Incorrect instructions in Tutorial Part II
This commit is contained in:
parent
6bcc6d52bf
commit
af814596d1
1 changed files with 6 additions and 6 deletions
|
@ -529,7 +529,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]
|
||||
|
@ -545,7 +545,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]
|
||||
|
@ -745,7 +745,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]
|
||||
|
@ -796,12 +796,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]
|
||||
|
@ -844,7 +844,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