mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-25 16:45:28 +02:00
new fishing skill Inner Peace
This commit is contained in:
@@ -102,7 +102,7 @@ public class FishingCommand extends SkillCommand {
|
||||
location = player.getLocation();
|
||||
}
|
||||
|
||||
if (Fishing.masterAnglerBiomes.contains(location.getBlock().getBiome())) {
|
||||
if (Fishing.getInstance().getMasterAnglerBiomes().contains(location.getBlock().getBiome())) {
|
||||
rawBiteChance = rawBiteChance * AdvancedConfig.getInstance().getMasterAnglerBiomeModifier();
|
||||
}
|
||||
|
||||
@@ -163,6 +163,11 @@ public class FishingCommand extends SkillCommand {
|
||||
String.valueOf(recordTreasure)));
|
||||
}
|
||||
|
||||
if(canInnerPeace)
|
||||
{
|
||||
m
|
||||
}
|
||||
|
||||
return messages;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user