fixup 70a23cdf83
This commit is contained in:
parent
70a23cdf83
commit
2498036c4d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function backstab_defender_filter(defender)
|
|||
local defender_x = defender.x
|
||||
local defender_y = defender.y
|
||||
|
||||
local adjacent = {wesnoth.map.get_adjacent_tiles(x, y)}
|
||||
local adjacent = {wesnoth.map.get_adjacent_tiles(defender_x, defender_y)}
|
||||
|
||||
local attacker_pos_index = nil
|
||||
for i,v in ipairs(adjacent) do
|
||||
|
|
Loading…
Add table
Reference in a new issue