diff options
author | Asa Kravets <norfenstein@gmail.com> | 2009-10-03 13:05:34 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:27 +0000 |
commit | cdc4e962f407596fe76b615d9e0f19f15a7d6c0e (patch) | |
tree | b02835a038286081a468bed04ad82c5aaa121cb5 /src/game | |
parent | 99d2911300ee3bc1b2e86e081c0119b8aedb0361 (diff) |
Balance tweak
* Pulse rifle clipsize reduced 50->40
* Pulse rifle max clips increased 4->5
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/tremulous.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index 7bc84d90..358040a5 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -433,8 +433,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define CHAINGUN_DMG HDM(5) #define PRIFLE_PRICE 400 -#define PRIFLE_CLIPS 50 -#define PRIFLE_MAXCLIPS 4 +#define PRIFLE_CLIPS 40 +#define PRIFLE_MAXCLIPS 5 #define PRIFLE_REPEAT 100 #define PRIFLE_K_SCALE 1.0f #define PRIFLE_RELOAD 2000 |