Undo leap change

This commit is contained in:
Sam Sun 2016-05-27 13:41:49 -04:00
parent 84276f68a0
commit 59c26bdcd7
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class Leap extends SkillActive
{ {
//Action //Action
if (!wallkick) if (!wallkick)
UtilAction.velocity(player, 1 + 0.15 * level, 0.2, 1, true); UtilAction.velocity(player, 1.2, 0.2, 1, true);
else else
{ {
Vector vec = player.getLocation().getDirection(); Vector vec = player.getLocation().getDirection();