mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
That was too OP. Disarm is 1.5x the rate of 1.2.12 now.
This commit is contained in:
@ -26,7 +26,7 @@ public class UnarmedCommand implements CommandExecutor {
|
||||
float skillvalue = (float) PP.getSkillLevel(SkillType.UNARMED);
|
||||
|
||||
if (PP.getSkillLevel(SkillType.UNARMED) < 1000)
|
||||
percentage = String.valueOf((skillvalue / 2000) * 100);
|
||||
percentage = String.valueOf((skillvalue / 3000) * 100);
|
||||
else
|
||||
percentage = "25";
|
||||
|
||||
|
Reference in New Issue
Block a user