diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-17 18:47:34 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-17 18:47:34 -0700 |
commit | 6e10d35ca6dc47b2b3ad47dbce0f5c6245a8da72 (patch) | |
tree | dc1601132a1d908c9b51eed56f456b472fcdaddd /src/entities/antifaShip.h | |
parent | e7008ea5e51d657782d8facbf52e988bf3f9f7e1 (diff) |
Starting on level 1
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r-- | src/entities/antifaShip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/antifaShip.h b/src/entities/antifaShip.h index a99e419..c88cde4 100644 --- a/src/entities/antifaShip.h +++ b/src/entities/antifaShip.h @@ -8,7 +8,7 @@ #define ANTIFA_SHIP_MAX_SPEED 200.0 #define ANTIFA_BULLET_COOLDOWN 0.5 #define ANTIFA_DRAW_BULLET_FOR 0.05 -#define ANTIFA_BULLET_DAMAGE 0.5 +#define ANTIFA_BULLET_DAMAGE 0.125 // Auto target shit. #define ANTIFA_START_AUTO_TARGET_MAX 0.5 // How far off auto target can be entail it drops. |