[harm_unit]: removed two accidental plus signs that broke the tag

This commit is contained in:
Elvish_Hunter 2013-06-14 23:36:23 +02:00
parent 1861b9656a
commit f8996cbc14

View file

@ -776,8 +776,8 @@ function wml_actions.harm_unit(cfg)
local harmer
local function toboolean( value ) -- helper for animate fields
+ -- units will be animated upon leveling or killing, even
+ -- with special attacker and defender values
-- units will be animated upon leveling or killing, even
-- with special attacker and defender values
if value then return true
else return false end
end