Skip to content

Commit

Permalink
combo results wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Egner authored and Jacob Egner committed May 24, 2024
1 parent 07cd448 commit bbf053d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShootSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const ShootSection: React.FC = () => {
</Row>
<div className='border p-0'>
<Row className={Util.centerHoriz}>
Situation 1&2 Combo using W={defender1.wounds} and Sv={defender1.diceStat}+ from Situation1
Situation 1&2 Combo using W={defender1.wounds} from Situation1
</Row>
<Row>
<ShootResultsDisplay saveToDmgToProb={saveToDmgToProbCombined} defender={defender1} />
Expand Down

0 comments on commit bbf053d

Please sign in to comment.