diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-11-08 15:54:16 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-11-08 15:54:16 +0100 |
commit | 0bdba56e1db429028216a235bf25394e18e42e4f (patch) | |
tree | 14dadc4bc7235640f05eedd17b1bdb9f9536ed23 /src | |
parent | 35a81dd50a340b1175c715bb754ce2b2e454425e (diff) |
Up the barricade's health and regen rate.
Diffstat (limited to 'src')
-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 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 |