Added "Trick Shot" upgrade to the armour - when trained, your bow will shoot more than one arrow.

This commit is contained in:
WayofTime 2016-01-06 22:07:17 -05:00
parent 2cf7da8603
commit 828edf298e
7 changed files with 258 additions and 1 deletions

View file

@ -56,7 +56,7 @@ public class StatTrackerMovement extends StatTracker
return false;
}
if (player.isAirBorne)
if (!player.onGround)
{
return false;
}