fix speed stat info hover

This commit is contained in:
Mashy 2019-09-12 12:08:37 +10:00
parent 7f6df40ea7
commit 0e2525689f

View File

@ -179,7 +179,7 @@ function Construct(props) {
const stats = Object.keys(STATS).map(s => {
const stat = STATS[s];
const info = (s === 'Speed' && 'Speed')
const info = (s === 'SpeedStat' && 'Speed')
|| (s.includes('Power') && 'Power')
|| (s.includes('Life') && 'Life');