diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-07-25 23:56:53 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-07-25 23:56:53 +0300 |
commit | 73fa3f4498b3b477233f3aa0b2cc2d0a2cc726be (patch) | |
tree | ba28e9e235701af93737b96d91e83377c6ad44f5 /src/game/tremulous.h | |
parent | 4c26da913161e0bc3d5a912c6b154e33c38d9546 (diff) |
Added lasgun portable shield secondary fire functionality.
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index ca59a92..8a393b8 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -453,7 +453,8 @@ TREMULOUS EDGE MOD SRC FILE #define LASGUN_REPEAT2 5000 #define LASGUN_PUSH_DURATION 4000 -#define LASGUN_PUSH_REPEAT 400 +#define LASGUN_PUSH_REPEAT 40 +#define LASGUN_PUSH_COUNT 10 #define LASGUN_PUSH_RANGE 140 #define LASGUN_PUSH_FORCE 900 #define LASGUN_WEAK_FORCE 675 |