Skip to content

Commit

Permalink
Revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinXII authored Jan 3, 2023
1 parent bdfffb0 commit f7259ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions calc/src/desc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,7 @@ function getEndOfTurn(
field.hasWeather('Hail')
) {
damage -= Math.floor(defender.maxHP() / 16);
if (gen.num === 9) {
texts.push('snow damage');
} else {
texts.push('hail damage');
}
texts.push('hail damage');
}
}

Expand Down

0 comments on commit f7259ca

Please sign in to comment.