This commit is contained in:
@@ -6,7 +6,7 @@ public class ToxicThread : Script
|
||||
/// <inheritdoc />
|
||||
public override void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
{
|
||||
target.SetStatus(ScriptUtils.ResolveName<Status.Poisoned>());
|
||||
target.ChangeStatBoost(Statistic.Speed, -1, false);
|
||||
target.SetStatus(ScriptUtils.ResolveName<Status.Poisoned>(), false);
|
||||
target.ChangeStatBoost(Statistic.Speed, -1, false, false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user