diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-06-02 21:48:10 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-06-02 21:48:10 +0300 |
commit | eb96542aefac01d68617f54e92cf4c8bae0c6d44 (patch) | |
tree | c9d6491bd359a9e84b14881ec38d243c528f9240 /src/game/tremulous.h | |
parent | 65ecd185ab744857f738980cc86bbf5cbd26b4c4 (diff) |
Added credit gain scaling based on player and team kill count differences.
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index 0a82f1f..b6dad3f 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -544,6 +544,7 @@ TREMULOUS EDGE MOD SRC FILE #define HELMET_INFECTION_PROTECTION 1 #define HELMET_PCLOUD_PROTECTION 1000 +#define SPAWN_WITH_MEDKIT 0 #define MEDKIT_PRICE 50 #define BATTPACK_PRICE 75 |