Skip to content

Commit b2eb76a

Browse files
committed
tideTurret attack / 2
1 parent f23df23 commit b2eb76a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/az/content/AZBullets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public static void load() {
222222
}};
223223

224224
tideLaser = new RailBulletType(){{
225-
length = 200f;
225+
length = 230f;
226226
damage = 100f;
227227
hitColor = Color.valueOf("aaffe6");
228228
hitEffect = endEffect = Fx.hitBulletColor;

src/az/content/blocks/AZTurrets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public static void load() {
279279
outlineColor = AZPal.aureliaOutline;
280280
size = 2;
281281
recoil = 2.5f;
282-
range = 28 * Vars.tilesize;
282+
range = 26 * Vars.tilesize;
283283
shootCone = 10f;
284284
rotateSpeed = 3f;
285285
shoot.shots = 2;

0 commit comments

Comments
 (0)