Lua AI helper functions: remove trailing spaces
This commit is contained in:
parent
8562676615
commit
cab4446580
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ function battle_calcs.attack_rating(attacker, defender, dst, cfg, cache)
|
|||
if (att_stats.slowed ~= 0) then
|
||||
damage = damage + 6 * (att_stats.slowed - att_stats.hp_chance[0])
|
||||
end
|
||||
|
||||
|
||||
local map = wesnoth.current.map
|
||||
|
||||
-- If attack is from a healing location, count that as slightly more than the healing amount
|
||||
|
|
Loading…
Add table
Reference in a new issue