mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Iron Arm Rank 1 Nerf
This commit is contained in:
@ -159,7 +159,7 @@ public class UnarmedManager extends SkillManager {
|
||||
|
||||
if(rank == 1)
|
||||
{
|
||||
return 4;
|
||||
return 1.5;
|
||||
} else {
|
||||
return 3 + (rank * 2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user