소스 검색

Now displays the new magic find chance

TfT_02 12 년 전
부모
커밋
88c39dbb72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/gmail/nossr50/commands/skills/FishingCommand.java

+ 1 - 1
src/main/java/com/gmail/nossr50/commands/skills/FishingCommand.java

@@ -40,7 +40,7 @@ public class FishingCommand extends SkillCommand {
         DecimalFormat df = new DecimalFormat("0.0");
         //Treasure Hunter
         lootTier = Fishing.getFishingLootTier(profile);
-        magicChance = percent.format(lootTier / 15D);
+        magicChance = percent.format(lootTier / 20D);
         //Shake
         int dropChance = Fishing.getShakeChance(lootTier);