Nerfin' it.

This commit is contained in:
GJ
2013-04-10 18:44:11 -04:00
parent 30f5c761d9
commit 14630fe956
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ public class FishingCommand extends SkillCommand {
// MASTER ANGLER
if (canMasterAngler) {
biteChance = calculateAbilityDisplayValues((skillValue / 4) / (isStorming ? 300 : 500))[0];
biteChance = calculateAbilityDisplayValues((skillValue / 10) / (isStorming ? 300 : 500))[0];
}
}