Skip to content

Commit

Permalink
Since we buffed longbow strength, we're now nerfing its accuracy!
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Nov 16, 2014
1 parent 6d9dc59 commit 83168aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/weaponry/weapons/LongBow.java
Expand Up @@ -23,7 +23,7 @@ public float minAccuracy(ItemStack itemStack) {

@Override
public float maxAccuracy(ItemStack itemStack) {
return 0.5f;
return 3.33f;
}

@Override
Expand Down

0 comments on commit 83168aa

Please sign in to comment.