Module:Pokemon/Ranger: Difference between revisions

From StrategyWiki, the video game walkthrough and strategy guide wiki
m
space between move icons
(split challenges to separate object)
m (space between move icons)
Line 28: Line 28:
move = ""
move = ""
for j = 1, monData.rating do
for j = 1, monData.rating do
move = move .. "[[File:" .. shortname[ guide ] .. ' ' .. monData.move .. ' ' .. "Icon" .. ".png|" .. monData.move .. "]]"
move = move .. "[[File:" .. shortname[ guide ] .. ' ' .. monData.move .. ' ' .. "Icon" .. ".png|" .. monData.move .. "]] "
end
end
end
end