summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAsa Kravets <norfenstein@gmail.com>2010-08-06 00:49:38 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:41 +0000
commit3161697c566765dbc4b3200d159b98c4e233d213 (patch)
tree58ffc7a1fb2ea347736de93bf77f81691e552285 /src
parent1ed379dd24f9b3a21719c819063566d7d0bb2d23 (diff)
Increase DC heal rate 3 -> 4
Diffstat (limited to 'src')
-rw-r--r--src/game/tremulous.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h
index 3dd25c94..e3bbbad6 100644
--- a/src/game/tremulous.h
+++ b/src/game/tremulous.h
@@ -579,7 +579,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define DC_SPLASHDAMAGE 50
#define DC_SPLASHRADIUS 100
#define DC_ATTACK_PERIOD 10000 // how often to spam "under attack"
-#define DC_HEALRATE 3
+#define DC_HEALRATE 4
#define DC_RANGE 1000
#define DC_VALUE HBVM(DC_BP)