summaryrefslogtreecommitdiff
path: root/src/game/tremulous.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r--src/game/tremulous.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h
index dc381441..d3561a6e 100644
--- a/src/game/tremulous.h
+++ b/src/game/tremulous.h
@@ -179,6 +179,9 @@
#define ABHM(h) ((int)((float)h*ALIEN_BHLTH_MODIFIER))
#define CREEP_BASESIZE 700
+#define CREEP_TIMEOUT 1000
+#define CREEP_MODIFIER 0.5f
+#define CREEP_ARMOUR_MODIFIER 0.75f
#define ASPAWN_BP 100
#define ASPAWN_HEALTH ABHM(500)