Module:Constants: Difference between revisions

Fixed string.upper call
(Made sure empty text returns nothing for skills)
(Fixed string.upper call)
Line 262: Line 262:


   if doColor ~= nil then
   if doColor ~= nil then
     doColor = strupper(doColor) ~= 'FALSE'
     doColor = string.upper(doColor) ~= 'FALSE'
   end
   end