Fixed turret skill issue
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user