v0.4.0: fixed bugs with projecting enchant on thrown weapons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user