Module:Attacks/Tables: Difference between revisions

m
no edit summary
(Initial creation)
 
mNo edit summary
Line 133: Line 133:
     local effectDefn = nil
     local effectDefn = nil


     if effectName ~= nil then
     if effectName ~= nil and effectName ~= '' then
         effectDefn = Attacks.effectDefinition[effectName]
         effectDefn = Attacks.effectDefinition[effectName]
         if effectDefn == nil then
         if effectDefn == nil then