We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23df23 commit b2eb76aCopy full SHA for b2eb76a
2 files changed
src/az/content/AZBullets.java
@@ -222,7 +222,7 @@ public static void load() {
222
}};
223
224
tideLaser = new RailBulletType(){{
225
- length = 200f;
+ length = 230f;
226
damage = 100f;
227
hitColor = Color.valueOf("aaffe6");
228
hitEffect = endEffect = Fx.hitBulletColor;
src/az/content/blocks/AZTurrets.java
@@ -279,7 +279,7 @@ public static void load() {
279
outlineColor = AZPal.aureliaOutline;
280
size = 2;
281
recoil = 2.5f;
282
- range = 28 * Vars.tilesize;
+ range = 26 * Vars.tilesize;
283
shootCone = 10f;
284
rotateSpeed = 3f;
285
shoot.shots = 2;
0 commit comments