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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h
index 3517a268..9dfa78d2 100644
--- a/src/game/tremulous.h
+++ b/src/game/tremulous.h
@@ -83,6 +83,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define LEVEL2_AREAZAP_REPEAT 500
#define LEVEL2_AREAZAP_MAX_TARGETS 3
#define LEVEL2_WALLJUMP_MAXSPEED 1000.0f
+#define LEVEL2_WALLJUMP_NORMAL 0.375f // magnitude scale from surface
+#define LEVEL2_WALLJUMP_FORWARD 0.250f // magnitude scale in view direction
+#define LEVEL2_WALLJUMP_UP 0.375f // magnitude scale up
#define LEVEL3_CLAW_DMG ADM(80)
#define LEVEL3_CLAW_UPG_RANGE 96.0f
@@ -352,6 +355,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define ALIEN_CREDITS_PER_FRAG 400
#define ALIEN_TK_SUICIDE_PENALTY 350
+#define ALIEN_MINI_JUMP_SCALE 0.667f // scales jump magnitude for a mini-jump
+
// Uncomment to allow Aliens to wallwalk on any entity (buildables, players, etc)
//#define ALIEN_WALLWALK_ENTITIES