Module:Damage: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 221: Line 221:


                             for ix, inherit_key in ipairs(arg_table) do
                             for ix, inherit_key in ipairs(arg_table) do
                                inherit_key = prefix .. inherit_key
                                 local inherit_arg = args[prefix .. inherit_key] or args[inherit_key]
                                 local inherit_arg = args[prefix .. inherit_key] or args[inherit_key]
                                 -- No inheritance from itself.
                                 -- No inheritance from itself.