This commit is contained in:
@@ -12,7 +12,8 @@ public class ProtectionEffectScript : Script, IScriptBlockIncomingHit
|
||||
if (!executingMove.UseMove.HasFlag("protect"))
|
||||
return;
|
||||
var args = new CustomTriggers.BypassProtectionArgs(executingMove, target, hitIndex, false);
|
||||
executingMove.User.RunScriptHook(x => x.CustomTrigger(CustomTriggers.BypassProtection, args));
|
||||
executingMove.User.RunScriptHook<IScriptCustomTrigger>(x =>
|
||||
x.CustomTrigger(CustomTriggers.BypassProtection, args));
|
||||
if (args.Bypass)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user