Added "Trick Shot" upgrade to the armour - when trained, your bow will shoot more than one arrow.
This commit is contained in:
parent
2cf7da8603
commit
828edf298e
7 changed files with 258 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class StatTrackerMovement extends StatTracker
|
|||
return false;
|
||||
}
|
||||
|
||||
if (player.isAirBorne)
|
||||
if (!player.onGround)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue