mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Fixing the RNG display calculations for RetroMode
I temporarily disabled the output for graceful roll in the stats, will be turning that on again in the morning.
This commit is contained in:
@ -720,8 +720,8 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
|
||||
public double getMaximumProbability(SubSkillType subSkillType) {
|
||||
double maximumProbability = config.getDouble(subSkillType.getAdvConfigAddress() + ".ChanceMax", 100.0D);
|
||||
|
||||
if(mcMMO.isRetroModeEnabled())
|
||||
maximumProbability *= 10; // It seems weird but our formulas need this
|
||||
/*if(mcMMO.isRetroModeEnabled())
|
||||
maximumProbability *= 10; // It seems weird but our formulas need this*/
|
||||
|
||||
return maximumProbability;
|
||||
}
|
||||
|
Reference in New Issue
Block a user