Module:Pets: Difference between revisions

m
_getPetEffect(): Fix new lines
mNo edit summary
m (_getPetEffect(): Fix new lines)
Line 57: Line 57:
       table.insert(effects, Constants.getModifierText(effectName, effectValue, false))
       table.insert(effects, Constants.getModifierText(effectName, effectValue, false))
     end
     end
     return table.concat(effects, '\r\n')
     return table.concat(effects, '<br/>')
   else
   else
     return pet.description
     return pet.description