Anonymous

Module:Test: Difference between revisions

From Elwiki
63 bytes removed ,  10 October 2023
no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 302: Line 302:


                     if inheritArg and inheritArg[i] and
                     if inheritArg and inheritArg[i] and
                         (damageTypeIndex == 1 and ix ~= 1 or damageTypeIndex ~= 1) and tonumber(inheritArg[i])
                         tonumber(inheritArg[i])
                     then
                     then
                         mainArgValues[i] = applyInheritance(mainArgValues, inheritArg, mainArgValue, inheritArg[i])
                         mainArgValues[i] = applyInheritance(mainArgValues, inheritArg, mainArgValue, inheritArg[i])