diff --git a/client/src/components/info.component.jsx b/client/src/components/info.component.jsx index 1c7010fc..0666010a 100644 --- a/client/src/components/info.component.jsx +++ b/client/src/components/info.component.jsx @@ -69,7 +69,7 @@ class InfoComponent extends preact.Component { const isSpec = fullInfo.spec; const itemDescription = () => { - const regEx = /(RedPower|BluePower|GreenPower|RedLife|BlueLife|GreenLife|SpeedStat)/; + const regEx = /(RedPower|BluePower|GreenPower|RedLife|BlueLife|GreenLife|SpeedStat|LIFE|SPEED|POWER)/; const infoDescription = reactStringReplace(fullInfo.description, regEx, m => shapes[m]()); return
{reactStringReplace(infoDescription, '\n', () =>
)}
; };