mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 00:06:15 -05:00
Fix Phantom Force
This commit is contained in:
parent
7d4ec59950
commit
1a49544d6e
|
|
@ -8744,7 +8744,7 @@ exports.BattleMovedex = {
|
|||
},
|
||||
effect: {
|
||||
duration: 2,
|
||||
onLockMove: 'shadowforce',
|
||||
onLockMove: 'phantomforce',
|
||||
onAccuracy: function(accuracy, target, source, move) {
|
||||
if (move.id === 'helpinghand') {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user