mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Nerf fishing again... AGAIN
This commit is contained in:
@ -60,7 +60,7 @@ public class FishingCommand extends SkillCommand {
|
||||
|
||||
// MASTER ANGLER
|
||||
if (canMasterAngler) {
|
||||
biteChance = calculateAbilityDisplayValues(((Math.max((skillValue / 100.0), 1.0)) / (isStorming ? 300 : 500)) * 100.0)[0];
|
||||
biteChance = calculateAbilityDisplayValues(((Math.max((skillValue / 200.0), 1.0)) / (isStorming ? 300 : 500)) * 100.0)[0];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user