Campaign tweaks

This commit is contained in:
Anuken
2020-10-31 14:52:03 -04:00
parent 9c54fcee2e
commit 05dcd7622b
7 changed files with 17 additions and 48 deletions

View File

@@ -28,7 +28,7 @@ public class LightningBulletType extends BulletType{
@Override
public float estimateDPS(){
return super.estimateDPS() * Math.max(lightningLength / 2f, 1);
return super.estimateDPS() * Math.max(lightningLength / 4f, 1);
}
@Override