mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 08:39:49 +01:00
Now displays the new magic find chance
This commit is contained in:
parent
91670d3945
commit
88c39dbb72
@ -40,7 +40,7 @@ public class FishingCommand extends SkillCommand {
|
|||||||
DecimalFormat df = new DecimalFormat("0.0");
|
DecimalFormat df = new DecimalFormat("0.0");
|
||||||
//Treasure Hunter
|
//Treasure Hunter
|
||||||
lootTier = Fishing.getFishingLootTier(profile);
|
lootTier = Fishing.getFishingLootTier(profile);
|
||||||
magicChance = percent.format(lootTier / 15D);
|
magicChance = percent.format(lootTier / 20D);
|
||||||
//Shake
|
//Shake
|
||||||
int dropChance = Fishing.getShakeChance(lootTier);
|
int dropChance = Fishing.getShakeChance(lootTier);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user