Healer Support MAI: fix a typo in a comment

This commit is contained in:
mattsc 2013-05-06 18:37:48 -07:00
parent 3938bc914c
commit a5c8c92b9e

View file

@ -104,7 +104,7 @@ return {
local all_units = wesnoth.get_units{ side = wesnoth.current.side }
local healees, units_MP = {}, {}
for i,u in ipairs(all_units) do
-- Potential healees are units with MP that don't already have a healer (also without MP) next to them
-- Potential healees are units without MP that don't already have a healer (also without MP) next to them
-- Also, they cannot be on a village or regenerate
if (u.moves == 0) then
if (not wesnoth.match_unit(u, {ability = "regenerates"})) then