This commit is contained in:
@@ -142,6 +142,7 @@ public static class MoveTurnExecutor
|
||||
if (isInvulnerable)
|
||||
{
|
||||
battle.EventHook.Invoke(new MoveInvulnerableEvent(executingMove, target));
|
||||
executingMove.RunScriptHook<IScriptOnAfterHits>(x => x.OnAfterHits(executingMove, target));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -311,6 +312,7 @@ public static class MoveTurnExecutor
|
||||
}
|
||||
}
|
||||
}
|
||||
hitData.HasExecuted = true;
|
||||
}
|
||||
|
||||
if (numberOfHits == 0)
|
||||
|
||||
Reference in New Issue
Block a user