From 7d4d948dfa92416c802229b1c444a44785ee2a0c Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Tue, 12 Sep 2023 21:53:32 -0600 Subject: Guided missile worky worky --- src/entities/maresciallo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/maresciallo.h') 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 { -- cgit v1.2.3