Skip to content

Commit

Permalink
Make longbows slower, but also stronger.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Nov 16, 2014
1 parent 6f0be6a commit a4aecae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tconstruct/weaponry/WeaponryHandler.java
Expand Up @@ -149,8 +149,8 @@ public void onProjectileWeaponCrafted(ToolCraftEvent.NormalTool event)
}
// longbows have LONGER drawspeed. LOGIC!
if(event.tool instanceof LongBow) {
drawSpeed *= 1.5f;
flightSpeed *= 1.3f;
drawSpeed *= 1.8f;
flightSpeed *= 1.5f;
}
}
else if(event.tool instanceof Crossbow)
Expand Down

0 comments on commit a4aecae

Please sign in to comment.