diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-16 20:48:47 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-16 20:48:47 -0600 |
commit | 2c3290f9edebbde37737cc446a0e9f93e9430c06 (patch) | |
tree | 807fa59074bd38ab5e8c23257aa2b03234f6bc7e /src/entities/guidedMissile.h | |
parent | 7ffeaacac296155632705f2a494683d3bdffa684 (diff) |
The missile does damage now
Diffstat (limited to 'src/entities/guidedMissile.h')
-rw-r--r-- | src/entities/guidedMissile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entities/guidedMissile.h b/src/entities/guidedMissile.h index 149fe26..a248c12 100644 --- a/src/entities/guidedMissile.h +++ b/src/entities/guidedMissile.h @@ -8,7 +8,6 @@ #define GUIDED_MISSILE_H #define GUIDED_MISSILE_DAMAGE 0.5 -#define GUIDED_MISSILE_BOOM_DISTANCE_MOD 0.3 #define GUIDED_MISSILE_BOOM_BOOM_AT 5.0 #define GUIDED_MISSILE_DEATH_DAY 5.0 // Its like a birth day but sad. |