diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 6e56ce0338..84db1e01c5 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -16470,9 +16470,7 @@ void BS_TrySetOctolock(void) void BS_SetGlaiveRush(void) { NATIVE_ARGS(); - gStatuses4[gBattlerAttacker] |= STATUS4_GLAIVE_RUSH; - gBattlescriptCurrInstr = cmd->nextInstr; }