give 125 mitigation stats by default

This commit is contained in:
Mashy
2019-11-05 15:04:16 +10:00
parent 13bc69628d
commit 61f35ef9a9
5 changed files with 7 additions and 17 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class GameConstruct extends Component {
}
const effects = construct.effects.length
? construct.effects.map(c =>
<div
<div
key={c.effect}
onMouseOver={e => hoverInfo(e, c)}
onMouseOut={e => hoverInfo(e, null)}