aboutsummaryrefslogtreecommitdiff
path: root/src/entities/caporale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/caporale.h')
-rw-r--r--src/entities/caporale.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities/caporale.h b/src/entities/caporale.h
index effba16..ac4be6f 100644
--- a/src/entities/caporale.h
+++ b/src/entities/caporale.h
@@ -9,6 +9,8 @@
#define CAPORALE_COOLDOWN 0.5
#define CAPORALE_BULLET_DAMAGE 0.01
#define CAPORALE_CHANGE_OF_HIT 10
+#define CAPORALE_LOW_HEALTH_THRESHOLD 0.9
+#define CAPORALE_LOW_HEALTH_BULLET_DAMAGE 0.02
typedef struct Caporale {
EntityFlyToPointInfo flyToPlayer;