diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Sickle.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Sickle.java index fd8b7e87e..8ef9e7b14 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Sickle.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Sickle.java @@ -44,7 +44,7 @@ public class Sickle extends MeleeWeapon { hitSoundPitch = 1f; tier = 2; - ACC = 0.68f; //32% penalty to accuracy + ACC = 0.76f; //24% penalty to accuracy } @Override diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/WarScythe.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/WarScythe.java index fd363c147..690c68989 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/WarScythe.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/WarScythe.java @@ -34,7 +34,7 @@ public class WarScythe extends MeleeWeapon { hitSoundPitch = 0.9f; tier = 5; - ACC = 0.8f; //20% penalty to accuracy + ACC = 0.85f; //15% penalty to accuracy } @Override