Skip to content

Commit

Permalink
Revert "fixed numbers i messed up"
Browse files Browse the repository at this point in the history
This reverts commit 893460c.
  • Loading branch information
slava998 committed Mar 27, 2024
1 parent 7fee7b0 commit 454da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entities/Block/Artillery/Artillery.as
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "ExplosionEffects.as";

const f32 PROJECTILE_SPEED = 10.0f;
const f32 FIRE_RATE = 3600;
const f32 FIRE_RATE = 800;
const f32 PROJECTILE_RANGE = 1000.0f;
const int ENGINE_COEF = 9; //how much engines decrease reloading time, in ticks
const f32 TURN_SPEED = 2.0f;
Expand Down

0 comments on commit 454da87

Please sign in to comment.