Sector abandon button

This commit is contained in:
Anuken
2022-04-07 03:00:14 -04:00
parent 68a12b37c6
commit 018b2bb94b
4 changed files with 31 additions and 4 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(2f);
limitRange(5f);
}
/** Makes copies of all bullets and limits their range. */