Anonymous

Module:Test: Difference between revisions

From Elwiki
51 bytes removed ,  10 October 2023
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 296: Line 296:


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