Address issues in bug #9017.
This commit is contained in:
parent
d8d62041bb
commit
cc883f6ef3
1 changed files with 32 additions and 13 deletions
|
@ -21,7 +21,7 @@
|
|||
12,5
|
||||
#enddef
|
||||
#define DELFADOR_LOC
|
||||
13,6
|
||||
14,7
|
||||
#enddef
|
||||
#define QUINTAIN_LOC
|
||||
13,5
|
||||
|
@ -453,7 +453,7 @@ You moved to the wrong place! After this message, you can press 'u' to Undo, the
|
|||
message=_ "Note: the tiny silver crown near Delfador shows that you will lose the game if he is killed. You will also lose the game if your leader (Li'sar) is killed."
|
||||
[/message])}
|
||||
|
||||
{MOVE Delfador 13 6 13 8}
|
||||
{MOVE Delfador 14 7 15 9}
|
||||
|
||||
{VARIABLE future_hp $student_hp}
|
||||
{VARIABLE_OP future_hp add -15}
|
||||
|
@ -731,16 +731,35 @@ End your turn, then attack again."
|
|||
[/if]
|
||||
[/then]
|
||||
[else]
|
||||
[message]
|
||||
description=Delfador
|
||||
message=_ "Your elf used a sword (5-4, or 5 damage, 4 attacks), which is a melee attack, so the quintain defended with its melee attack (3-5).
|
||||
You should tell the other Elf to use the bow."
|
||||
[/message]
|
||||
{PRINT (_"Attack with the other Elf")}
|
||||
[event]
|
||||
name=attack
|
||||
{CLEAR_PRINT}
|
||||
[/event]
|
||||
[if]
|
||||
[variable]
|
||||
name=quintain_dead
|
||||
numerical_equals=1
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
description=Delfador
|
||||
message=_ "Your elf used a sword (5-4, or 5 damage, 4 attacks), which is a melee attack, so the quintain defended with its melee attack (3-5).
|
||||
You should tell the other Elf to use the bow."
|
||||
[/message]
|
||||
{PRINT (_"Attack with the other Elf")}
|
||||
[event]
|
||||
name=attack
|
||||
{CLEAR_PRINT}
|
||||
[/event]
|
||||
[/then]
|
||||
[else]
|
||||
[message]
|
||||
description=Delfador
|
||||
message=_ "Your elf used a sword (5-4, or 5 damage, 4 attacks), which is a melee attack, so the quintain defended with its melee attack (3-5)."
|
||||
[/message]
|
||||
{PRINT (_"Attack with the other Elf")}
|
||||
[event]
|
||||
name=attack
|
||||
{CLEAR_PRINT}
|
||||
[/event]
|
||||
[/else]
|
||||
[/if]
|
||||
[/else]
|
||||
[/if]
|
||||
[/event]
|
||||
|
@ -937,7 +956,7 @@ Once you select a unit, you see percentages for different places: higher means m
|
|||
side=2
|
||||
[/unit]
|
||||
|
||||
{MOVE Delfador 13 8 2 1}
|
||||
{MOVE Delfador 14 9 2 1}
|
||||
[kill]
|
||||
description=Delfador
|
||||
[/kill]
|
||||
|
|
Loading…
Add table
Reference in a new issue