Update steal chance
This commit is contained in:
parent
55c63364f2
commit
464c9fcdc3
@ -530,7 +530,7 @@ public class Basketball extends TeamGame
|
||||
if (Recharge.Instance.usable(player, "Steal Ball", true))
|
||||
{
|
||||
Recharge.Instance.use(player, "Steal Ball", 1000 * 5, true, false, false);
|
||||
if (new Random().nextDouble() <= .15)
|
||||
if (new Random().nextDouble() <= .20)
|
||||
{
|
||||
stealBall(player, target);
|
||||
}
|
||||
@ -704,4 +704,4 @@ public class Basketball extends TeamGame
|
||||
_velocity = Double.parseDouble(event.getMessage().replace("/setvelocity ", "")) * -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user