changes all references to "heath reduction to damage reduction"

This commit is contained in:
phyzical
2022-04-13 18:54:13 +08:00
parent 7f288665d3
commit 90d1c22aca
10 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ export function Game(props: IProps): React.ReactElement {
// it's clear they're not meant to
const damage = options?.automated
? player.hp
: props.StartingDifficulty * 3 * player.infiltration_health_reduction_mult;
: props.StartingDifficulty * 3 * player.infiltration_damage_reduction_mult;
if (player.takeDamage(damage)) {
router.toCity();
return;