Changed slowness from 255 - 2

This commit is contained in:
Mysticate 2015-08-10 19:45:40 -04:00
parent e81a3f7ecd
commit 873a2f3c56

View File

@ -546,7 +546,7 @@ public class Evolution extends SoloGame
private void addEvolvingEffects(Player player)
{
Manager.GetCondition().Factory().Jump("Charging", player, null, 20, 128, false, false, false);
Manager.GetCondition().Factory().Slow("Charging", player, null, 20, 255, false, false, false, false);
Manager.GetCondition().Factory().Slow("Charging", player, null, 20, 2, false, false, false, false);
}
@EventHandler