This commit is contained in:
@@ -139,4 +139,11 @@ public static class CustomTriggers
|
||||
{
|
||||
public bool Prevent { get; set; } = false;
|
||||
}
|
||||
|
||||
public static readonly StringKey BypassSandstormDamage = "bypass_sandstorm_damage";
|
||||
|
||||
public record BypassSandstormDamageArgs(IPokemon Pokemon) : ICustomTriggerArgs
|
||||
{
|
||||
public bool Bypass { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user