diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-06-02 22:25:08 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-06-02 22:25:08 +0300 |
commit | a52416fa709f00d5581dc1b4722b836561a0f3fe (patch) | |
tree | d36768748dbff823cee5d1f613dc3123ced36fbb /src/game/tremulous.h | |
parent | eb96542aefac01d68617f54e92cf4c8bae0c6d44 (diff) |
Disabled adv mara wallwalk and barbs.
Commented out extra print score scaling debug messages.
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index b6dad3f..39cd82a 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -296,7 +296,7 @@ TREMULOUS EDGE MOD SRC FILE #define LEVEL5_UPG_COST 2 #define LEVEL5_CLAW_U_REPEAT 300 #define LEVEL5_CLAW_U_K_SCALE 1.0f -#define LEVEL5_CLAW_U_RANGE 85.0f +#define LEVEL5_CLAW_U_RANGE 80.0f #define LEVEL5_CLAW_WIDTH 12.0f #define LEVEL5_CLAW_DMG ADM(30) #define LEVEL5_PRICKLES_REPEAT 160 @@ -1039,14 +1039,14 @@ TREMULOUS EDGE MOD SRC FILE #define BARRIER_LINE_VALUE HBVM(BARRIER_LINE_BP) #define BARRIER_CORNER_BP 2 -#define BARRIER_CORNER_BT 13000 +#define BARRIER_CORNER_BT 12000 #define BARRIER_CORNER_HEALTH HBHM(300) #define BARRIER_CORNER_SPLASHDAMAGE 10 #define BARRIER_CORNER_SPLASHRADIUS 50 #define BARRIER_CORNER_VALUE HBVM(BARRIER_CORNER_BP) #define BARRIER_POINT_BP 3 -#define BARRIER_POINT_BT 15000 +#define BARRIER_POINT_BT 12000 #define BARRIER_POINT_HEALTH HBHM(350) #define BARRIER_POINT_SPLASHDAMAGE 10 #define BARRIER_POINT_SPLASHRADIUS 50 |