mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 15:10:28 +00:00
Fix the recruiting part of first tutorial scenario
This commit is contained in:
parent
03c72445ce
commit
81eec4ea01
@ -678,7 +678,7 @@ Now, this quintain gets 5 chances to hit you for 3 damage each. If it hits every
|
|||||||
|
|
||||||
[if]
|
[if]
|
||||||
[have_unit]
|
[have_unit]
|
||||||
role="Recruit 1"
|
role="Recruit 2"
|
||||||
[/have_unit]
|
[/have_unit]
|
||||||
[then]
|
[then]
|
||||||
{CLEAR_PRINT}
|
{CLEAR_PRINT}
|
||||||
@ -711,7 +711,7 @@ After this dialog, you can move the mouse over a unit to see a summary of its ab
|
|||||||
|
|
||||||
[if]
|
[if]
|
||||||
[have_unit]
|
[have_unit]
|
||||||
role="Recruit 1"
|
role="Recruit 2"
|
||||||
[/have_unit]
|
[/have_unit]
|
||||||
[then]
|
[then]
|
||||||
{CLEAR_PRINT}
|
{CLEAR_PRINT}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user