v0.4.0: fixed bugs with projecting enchant on thrown weapons

This commit is contained in:
Evan Debenham
2016-06-18 11:09:24 -04:00
parent ef278003fd
commit db23db28c5
3 changed files with 15 additions and 13 deletions
@@ -466,7 +466,7 @@ public class Item implements Bundlable {
}
}
protected int throwPos( Hero user, int dst){
public int throwPos( Hero user, int dst){
return new Ballistica( user.pos, dst, Ballistica.PROJECTILE ).collisionPos;
}