Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Module:GameSkills: Difference between revisions

From SpiritVale Wiki
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