diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2011-02-03 00:26:06 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:58 +0000 |
commit | b27d1dee274f7a11c654cfdd8cbaa0c183be77f6 (patch) | |
tree | 34d274a0deb34ea53c5708ba03a3cd8fcd83bcc8 /src/game/tremulous.h | |
parent | 78228ad1d5578ed875ee80764372a9f2919310ee (diff) |
* (bug 4746) Give some small score to basilisks for healing teammates
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index e3bbbad6..4ab9ba31 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -71,6 +71,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define LEVEL1_PCLOUD_TIME 10000 #define LEVEL1_REGEN_MOD 2.0f #define LEVEL1_UPG_REGEN_MOD 3.0f +#define LEVEL1_REGEN_SCOREINC AVM(100) // score added for healing per 10s +#define LEVEL1_UPG_REGEN_SCOREINC AVM(200) #define LEVEL2_CLAW_DMG ADM(40) #define LEVEL2_CLAW_RANGE 80.0f |