Skip to content

Commit 7894c82

Browse files
committed
Wrap defender takes psn damage
1 parent 7cc1231 commit 7894c82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/mods/gen1/conditions.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ export const Conditions: import('../../../sim/dex-conditions').ModdedConditionDa
189189
// (i.e. if the attacker switches out.)
190190
// the full duration is tracked in partialtrappinglock
191191
duration: 2,
192-
onBeforeMovePriority: 9,
192+
// defender still takes PSN damage, etc
193+
// TODO: research exact mechanics
194+
onBeforeMovePriority: 0,
193195
onBeforeMove() {
194196
return false;
195197
},

0 commit comments

Comments
 (0)