diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-14 10:56:35 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-14 10:56:35 -0700 |
commit | 22535c8b18cda1d5a1ee771616425fc3941a801c (patch) | |
tree | 17d3c5db09b5e34fc35f27a802aed32fa4d65868 /src/entities/guidedMissile.h | |
parent | 9588ded8d76e720299ad9d1b254409e715164b81 (diff) |
Fine tuning maresciallo
Diffstat (limited to 'src/entities/guidedMissile.h')
-rw-r--r-- | src/entities/guidedMissile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/guidedMissile.h b/src/entities/guidedMissile.h index a248c12..b237730 100644 --- a/src/entities/guidedMissile.h +++ b/src/entities/guidedMissile.h @@ -9,7 +9,7 @@ #define GUIDED_MISSILE_DAMAGE 0.5 #define GUIDED_MISSILE_BOOM_BOOM_AT 5.0 -#define GUIDED_MISSILE_DEATH_DAY 5.0 // Its like a birth day but sad. +#define GUIDED_MISSILE_DEATH_DAY 7.0 // Its like a birth day but sad. typedef struct GuidedMissile { bool beenBorn; |