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 1,635: Line 1,635:
         if inner == nil then return true end
         if inner == nil then return true end


         local trimmed = mw.text.trim(tostring(inner))
        local asString = tostring(inner)
 
        if mw.ustring.find(asString, "sv%-dyn") or mw.ustring.find(asString, "data%-series") then
                return false
        end
 
         local trimmed = mw.text.trim(asString)
         if trimmed == "" or trimmed == "—" then
         if trimmed == "" or trimmed == "—" then
                 return true
                 return true