Fixed turret skill issue

This commit is contained in:
Anuken
2022-04-07 03:05:26 -04:00
parent 018b2bb94b
commit feb3e9acd7
3 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ public class ItemTurret extends Turret{
/** Makes copies of all bullets and limits their range. */
public void limitRange(){
limitRange(5f);
limitRange(7f);
}
/** Makes copies of all bullets and limits their range. */