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