Fix the recruiting part of first tutorial scenario
This commit is contained in:
parent
03c72445ce
commit
81eec4ea01
1 changed files with 2 additions and 2 deletions
|
@ -678,7 +678,7 @@ Now, this quintain gets 5 chances to hit you for 3 damage each. If it hits every
|
|||
|
||||
[if]
|
||||
[have_unit]
|
||||
role="Recruit 1"
|
||||
role="Recruit 2"
|
||||
[/have_unit]
|
||||
[then]
|
||||
{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]
|
||||
[have_unit]
|
||||
role="Recruit 1"
|
||||
role="Recruit 2"
|
||||
[/have_unit]
|
||||
[then]
|
||||
{CLEAR_PRINT}
|
||||
|
|
Loading…
Add table
Reference in a new issue