Module:Abilities/icon: Difference between revisions

m Move p.get_attr_icon to here
mNo edit summary
Line 57: Line 57:


-- get scaling icon attributes associated with a specified scale type
-- get scaling icon attributes associated with a specified scale type
function getScalarIcon(frame)
function getScalarIcon(scaleType, attribute)
local scalingIcon = SCALING_ICON_MAP[scaleType]
local scalingIcon = SCALING_ICON_MAP[scaleType]