Module:ModifierTables: Difference between revisions

Tweaked a thing to make the getModifierTable hopefully work a bit better
(More bugfixes)
(Tweaked a thing to make the getModifierTable hopefully work a bit better)
Line 304: Line 304:


   if getOpposites ~= nil then
   if getOpposites ~= nil then
     getOpposites = string.upper(getOpposites) == 'TRUE'
     getOpposites = string.upper(getOpposites) ~= 'FALSE'
   else
   else
     getOpposites = true
     getOpposites = true