summaryrefslogtreecommitdiff
path: root/src/game/tremulous.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2004-01-13 20:15:24 +0000
committerTim Angus <tim@ngus.net>2004-01-13 20:15:24 +0000
commit1a92fbd9fddb8735bee7e22868b50040ca15b601 (patch)
tree98dc332d0e1b6300b65d7d9711dcb040f334d265 /src/game/tremulous.h
parent06970828585e1fda9f4f0a71d6f5e040a8cd4d30 (diff)
* Changed charge feedback and timing a bit
* First frame of the buildable is now set before the construction animation * Fixed a secondary buildable animation bug
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r--src/game/tremulous.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h
index 42dc922f..acfc4608 100644
--- a/src/game/tremulous.h
+++ b/src/game/tremulous.h
@@ -81,7 +81,9 @@
#define BMOFO_REGEN_RANGE 200.0f
#define BMOFO_REGEN_MOD 2.0f
#define BMOFO_CHARGE_SPEED 2.0f
-#define BMOFO_CHARGE_TIME 2000
+#define BMOFO_CHARGE_TIME 3000
+#define BMOFO_CHARGE_CHARGE_TIME 1000
+#define BMOFO_CHARGE_CHARGE_RATIO (BMOFO_CHARGE_TIME/BMOFO_CHARGE_CHARGE_TIME)
#define BMOFO_CHARGE_REPEAT 500
#define BMOFO_CHARGE_DMG ADM(200)