Module:Damage: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 118: Line 118:
         -- Actually generate the values depending on arguments provided.
         -- Actually generate the values depending on arguments provided.
         -- TODO: Change how this works once the old input method is removed.
         -- TODO: Change how this works once the old input method is removed.
         if inArgs('hits') then
         if inArgs(pr .. 'dmg') then
             getTotal(pr .. 'dmg', 'hits', 'total_damage' .. su)
             getTotal(pr .. 'dmg', 'hits', 'total_damage' .. su)
         end
         end