Healer Support MAI: fix a typo in a comment
This commit is contained in:
parent
3938bc914c
commit
a5c8c92b9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue