mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Iron Arm Rank 1 Nerf
This commit is contained in:
parent
ca3509e509
commit
74f8c2901d
@ -1,3 +1,7 @@
|
|||||||
|
Version 2.1.128
|
||||||
|
The first rank of Iron Arm for Unarmed now only gives 1.5 bonus damage instead of 4 (other ranks are the same as before)
|
||||||
|
|
||||||
|
|
||||||
Version 2.1.127
|
Version 2.1.127
|
||||||
Child Skills now have XP bars, they are hidden by default
|
Child Skills now have XP bars, they are hidden by default
|
||||||
Updated hu_HU locale (thanks andris155)
|
Updated hu_HU locale (thanks andris155)
|
||||||
|
@ -159,7 +159,7 @@ public class UnarmedManager extends SkillManager {
|
|||||||
|
|
||||||
if(rank == 1)
|
if(rank == 1)
|
||||||
{
|
{
|
||||||
return 4;
|
return 1.5;
|
||||||
} else {
|
} else {
|
||||||
return 3 + (rank * 2);
|
return 3 + (rank * 2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user