fix speed stat info hover
This commit is contained in:
parent
7f6df40ea7
commit
0e2525689f
@ -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');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user