Skip to content

Commit e5575c8

Browse files
committed
ferbium turret reload fix
1 parent 6f810d4 commit e5575c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/az/content/blocks/AZTurrets.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ public static void load() {
159159
requirements(Category.turret, with(AZItems.fors, 70, AZItems.lepera, 25));
160160
researchCost = with(AZItems.fors, 150, AZItems.lepera, 70);
161161
health = 700;
162-
reload = 200f;
163162
inaccuracy = 5f;
164163
shake = 1f;
165164
shootY = -2;
@@ -170,6 +169,9 @@ public static void load() {
170169
shootCone = 30f;
171170
rotateSpeed = 3f;
172171

172+
maxSpeedupScl = 0.5f;
173+
reload = 300f;
174+
173175
shootSound = Sounds.shootAltLong;
174176
squareSprite = false;
175177
ammoPerShot = 1;

0 commit comments

Comments
 (0)