We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc1231 commit 7894c82Copy full SHA for 7894c82
data/mods/gen1/conditions.ts
@@ -189,7 +189,9 @@ export const Conditions: import('../../../sim/dex-conditions').ModdedConditionDa
189
// (i.e. if the attacker switches out.)
190
// the full duration is tracked in partialtrappinglock
191
duration: 2,
192
- onBeforeMovePriority: 9,
+ // defender still takes PSN damage, etc
193
+ // TODO: research exact mechanics
194
+ onBeforeMovePriority: 0,
195
onBeforeMove() {
196
return false;
197
},
0 commit comments