Skip to content

Commit d05487f

Browse files
Fix substitute interaction
1 parent 9c284bc commit d05487f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/moves.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19036,7 +19036,7 @@ export const Moves: import('../sim/dex-moves').MoveDataTable = {
1903619036
} else {
1903719037
this.add('-activate', target, 'move: Substitute', '[damage]');
1903819038
}
19039-
if (move.recoil || move.id === 'chloroblast') {
19039+
if (move.recoil || move.chloroblastRecoil) {
1904019040
this.damage(this.actions.calcRecoilDamage(damage, move, source), source, target, 'recoil');
1904119041
}
1904219042
if (move.drain) {

0 commit comments

Comments
 (0)