This commit is contained in:
@@ -8,6 +8,6 @@ public class StickyWebEffect : Script
|
||||
{
|
||||
if (pokemon.IsFloating)
|
||||
return;
|
||||
pokemon.ChangeStatBoost(Statistic.Speed, -1, false);
|
||||
pokemon.ChangeStatBoost(Statistic.Speed, -1, false, false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user