24,173
edits
Mistiryshak (talk | contribs) mNo edit summary |
Mistiryshak (talk | contribs) mNo edit summary |
||
Line 16: | Line 16: | ||
if input == '—' then | if input == '—' then | ||
local output = "colspan=4|''No skill.''" | if activeSkill ~= '' then | ||
local output = "''No skill.''" | |||
return output | |||
else | |||
local output = "colspan=4|''No skill.''" | |||
return output | |||
end | |||
else | else | ||
-- 1 SKILL NAME | -- 1 SKILL NAME |