Nerf fishing again... AGAIN

This commit is contained in:
GJ
2013-04-16 23:48:36 -04:00
parent 2be3e3b43c
commit 07ba7a8d9e
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ public class FishingManager extends SkillManager {
}
public void masterAngler(Fish hook) {
hook.setBiteChance(Math.min(hook.getBiteChance() * Math.max((getSkillLevel() / 100.0), 1.0), 1.0));
hook.setBiteChance(Math.min(hook.getBiteChance() * Math.max((getSkillLevel() / 200.0), 1.0), 1.0));
}
/**