ElEditors, Interface administrators, Administrators
85,550
edits
mNo edit summary |
mNo edit summary |
||
Line 31: | Line 31: | ||
function forEachDamageType(func) | function forEachDamageType(func) | ||
mw.logObject(func) | |||
for _, damage_type in ipairs({ 'min', 'max' }) do | for _, damage_type in ipairs({ 'min', 'max' }) do | ||
func(damage_type) | func(damage_type) |