From b14a7bb1e4e2e71a8fef86fcfec4ad9501768e57 Mon Sep 17 00:00:00 2001 From: nathansmithsmith <nathansmith7@mailfence.com> Date: Thu, 14 Sep 2023 00:11:04 -0600 Subject: Started laser and fixed world bug --- 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 d1d17af..6413fdb 100644 --- a/src/entities/maresciallo.h +++ b/src/entities/maresciallo.h @@ -13,7 +13,7 @@ #define MARESCIALLO_BULLET_DAMAGE 0.01 #define MARESCIALLO_CHANGE_OF_HIT 10 -#define MARESCIALLO_MISSILE_COOLDOWN 3.0 +#define MARESCIALLO_MISSILE_COOLDOWN 0.5 typedef struct Maresciallo { EntityFlyToPointInfo flyToPoint; -- cgit v1.2.3