v2.0.2: fixed arrows not using spirit bow's level for str req

This commit is contained in:
Evan Debenham
2023-04-06 10:59:50 -04:00
parent 61fa0543a9
commit 9668507075
@@ -338,7 +338,7 @@ public class SpiritBow extends Weapon {
@Override
public int STRReq(int lvl) {
return SpiritBow.this.STRReq(lvl);
return SpiritBow.this.STRReq();
}
@Override