Module:Damage: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 57: Line 57:
     -- For skills with no maximum hit count
     -- For skills with no maximum hit count
     if not inArgs('hits') then
     if not inArgs('hits') then
         data.hits = 1
         args.hits = 1
     end
     end