strip some trailing whitespace

This commit is contained in:
Anonymissimus 2012-02-25 20:49:04 +00:00
parent 40af2f47d2
commit db9c2d6f13

View file

@ -746,7 +746,7 @@ function wml_actions.harm_unit(cfg)
local secondary_attack = helper.get_child(cfg, "secondary_attack")
local harmer_filter = helper.get_child(cfg, "filter_second")
local experience = cfg.experience
local resistance_multiplier = tonumber(cfg.resistance_multiplier) or 1
local resistance_multiplier = tonumber(cfg.resistance_multiplier) or 1
if harmer_filter then harmer = wesnoth.get_units(harmer_filter)[1] end
-- end of block to support $this_unit