ganba
This commit is contained in:
@@ -72,7 +72,7 @@ class GameConstruct extends Component {
|
||||
} = this.props;
|
||||
|
||||
const ko = construct.green_life.value === 0 ? 'ko' : '';
|
||||
const classes = eventClasses(game, account, resolution, construct);
|
||||
const classes = eventClasses(game, account, resolution, construct, animText);
|
||||
|
||||
const stats = ['RedLife', 'GreenLife', 'BlueLife'].map((s, j) => (
|
||||
<div key={j} alt={STATS[s].stat}>
|
||||
|
||||
Reference in New Issue
Block a user