summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-11-08 15:54:16 +0100
committerPaweł Redman <pawel.redman@gmail.com>2018-11-08 15:54:16 +0100
commit0bdba56e1db429028216a235bf25394e18e42e4f (patch)
tree14dadc4bc7235640f05eedd17b1bdb9f9536ed23
parent35a81dd50a340b1175c715bb754ce2b2e454425e (diff)
Up the barricade's health and regen rate.
-rw-r--r--src/game/tremulous.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h
index ce969f6..f46aea6 100644
--- a/src/game/tremulous.h
+++ b/src/game/tremulous.h
@@ -236,8 +236,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BARRICADE_BP 10
#define BARRICADE_BT 20000
-#define BARRICADE_HEALTH ABHM(200)
-#define BARRICADE_REGEN 14
+#define BARRICADE_HEALTH ABHM(250)
+#define BARRICADE_REGEN 16
#define BARRICADE_SPLASHDAMAGE 50
#define BARRICADE_SPLASHRADIUS 50
#define BARRICADE_CREEPSIZE 120