diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2943,6 +2943,9 @@ function update_attack1(is_absorb = false) { if (card_has_rule(target, "suffer_1_less_1_max")) game.hits = Math.max(0, Math.min(1, game.hits - 1)) + + if (game.self2) + game.self += game.self2 } // Update hits and self hits for defensive abilities that redirect or steal hits. |