More move effects
This commit is contained in:
@@ -19,11 +19,10 @@ public class Dig : Script
|
||||
}));
|
||||
prevent = true;
|
||||
}
|
||||
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
public override void OnBeforeMove(IExecutingMove move)
|
||||
{
|
||||
move.User.Volatile.Remove(ScriptUtils.ResolveName<DigEffect>());
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user