Fix bug reported by JoshTripplet...
...where Attack with other elf message not cleared.
This commit is contained in:
parent
f9500ed15a
commit
77815e8e47
1 changed files with 9 additions and 0 deletions
|
@ -608,6 +608,7 @@ Note: after this dialog, you can move the mouse over a unit to see a description
|
|||
[/event]
|
||||
[/event]
|
||||
|
||||
# FIXME: Warn them if they try to attack with Konrad!
|
||||
[event]
|
||||
name="turn 4"
|
||||
|
||||
|
@ -686,6 +687,10 @@ End your turn, then attack again."
|
|||
You should tell the other Elf to use the bow."
|
||||
[/message]
|
||||
{PRINT (_"Attack with the other Elf")}
|
||||
[event]
|
||||
name=attack
|
||||
{CLEAR_PRINT}
|
||||
[/event]
|
||||
[/else]
|
||||
[/if]
|
||||
[/event]
|
||||
|
@ -730,6 +735,10 @@ End your turn, then attack again."
|
|||
message=_ "Your elf used a bow, which is a ranged attack (3-3, or 3 damage, 3 attacks). The quintain has no ranged attack, only a melee attack, so it could not defend itself."
|
||||
[/message]
|
||||
{PRINT (_"Attack with the other Elf")}
|
||||
[event]
|
||||
name=attack
|
||||
{CLEAR_PRINT}
|
||||
[/event]
|
||||
[/else]
|
||||
[/if]
|
||||
[/event]
|
||||
|
|
Loading…
Add table
Reference in a new issue