Partially revert a436c46f13
and replace [terrain_mask] with [terrain]
This commit is contained in:
parent
f7982497f0
commit
fcf8b72efd
1 changed files with 4 additions and 6 deletions
|
@ -36,12 +36,10 @@
|
|||
|
||||
{VARIABLE Killer_start_hp $Killer.hitpoints}
|
||||
|
||||
# This breaks the test, and seems unncessary
|
||||
# Possibly uncomment if wrong
|
||||
#[terrain_mask]
|
||||
# x,y=$victim_x|,$victim_y|
|
||||
# mask="Xv"
|
||||
#[/terrain_mask]
|
||||
[terrain]
|
||||
x,y=$victim_x|,$victim_y|
|
||||
terrain="Xv"
|
||||
[/terrain]
|
||||
{UNIT $victim_side| "Elvish Archer" $victim_x| $victim_y| (hitpoints=1)}
|
||||
[do_command]
|
||||
[attack]
|
||||
|
|
Loading…
Add table
Reference in a new issue