diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-12 21:53:32 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-12 21:53:32 -0600 |
commit | 7d4d948dfa92416c802229b1c444a44785ee2a0c (patch) | |
tree | 129fcf7141640ec8b3c7647de174755d04858ce2 /src/entities/maresciallo.h | |
parent | c759231e1e8570ffe5fdda2f1eb5d011b1c6a29f (diff) |
Guided missile worky worky
Diffstat (limited to 'src/entities/maresciallo.h')
-rw-r--r-- | src/entities/maresciallo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h index 7624f8f..a88910c 100644 --- a/src/entities/maresciallo.h +++ b/src/entities/maresciallo.h @@ -9,7 +9,7 @@ #define MARESCIALLO_ROTATION_SPEED 20.0 #define MARESCIALLO_CIRCLE_PLAYER_SPEED 1.0 -#define MARESCIALLO_COOLDOWN 1.0 +#define MARESCIALLO_COOLDOWN 3.0 #define MARESCIALLO_BULLET_DAMAGE 0.01 typedef struct Maresciallo { |