Module:Damage: Difference between revisions

no edit summary
(add suffix/alias to normal passives, fix an issue with avg/max and mode rowspan)
No edit summary
Line 971: Line 971:
     makeValueRows(true);
     makeValueRows(true);


     return parsed .. tostring(tbl)
    local bug = ''
    if args.bug == 'true' then
        bug = frame:expandTemplate{
            title = 'SkillText',
            args = {'FreeTraining'}
        }
    end
 
     return parsed .. bug .. tostring(tbl)


end
end