Module:GameSkills: Difference between revisions
From SpiritVale Wiki
More actions
No edit summary |
No edit summary |
||
| Line 876: | Line 876: | ||
return tostring(box) | return tostring(box) | ||
end | |||
-- Helper: render an intentionally-empty hero module slot (keeps the 2x2 grid stable) | |||
local function buildEmptyModule(slot) | |||
return moduleBox(slot, nil, "", true) | |||
end | end | ||