Skip to content

Commit

Permalink
Merge pull request #93 from project-slippi/ledgegrab-stat
Browse files Browse the repository at this point in the history
Add ledgegrab count to actions and digital inputs per second in stats
  • Loading branch information
JLaferri authored Nov 26, 2020
2 parents 176bb00 + 5323bee commit 28c639f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/components/stats/OverallTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@ export default class OverallTable extends Component {
this.renderOpeningField('Counter Hits', 'counterHitRatio'),
this.renderOpeningField('Beneficial Trades', 'beneficialTradeRatio'),
this.renderMultiStatField(
'Actions (Wavedash / Waveland / Dash Dance)',
'Actions (Wavedash / Waveland / Dash Dance / Ledgegrab)',
['actionCounts'],
['wavedashCount', 'wavelandCount', 'dashDanceCount']
['wavedashCount', 'wavelandCount', 'dashDanceCount', 'ledgegrabCount']
),
];
}
Expand All @@ -311,6 +311,7 @@ export default class OverallTable extends Component {
</Table.Cell>
</Table.Row>,
this.renderHigherSimpleRatioField('Inputs / Minute', 'inputsPerMinute'),
this.renderHigherSimpleRatioField('Digital Inputs / Minute', 'digitalInputsPerMinute'),
];
}

Expand Down

0 comments on commit 28c639f

Please sign in to comment.