Zone unlocking tweak

This commit is contained in:
Anuken
2019-03-27 19:21:15 -04:00
parent 4e2d558b36
commit 20a681a71f
13 changed files with 274 additions and 254 deletions
@@ -20,7 +20,7 @@ public class LiquidBulletType extends BulletType{
Liquid liquid;
public LiquidBulletType(Liquid liquid){
super(2.8f, 0);
super(3.5f, 0);
this.liquid = liquid;
lifetime = 74f;