Module:Items: Difference between revisions

Fixed string.upper call
(Adjusted p.getModifierText calls to reflect formatting changes)
(Fixed string.upper call)
Line 202: Line 202:
   local asString = frame.args ~= nil and frame.args[4] or frame[4]
   local asString = frame.args ~= nil and frame.args[4] or frame[4]
   if asString ~= nil then
   if asString ~= nil then
     if strupper(asString) == 'FALSE' then
     if string.upper(asString) == 'FALSE' then
     asString = false
     asString = false
     else
     else