diff options
author | Tim Angus <tim@ngus.net> | 2005-07-22 01:32:50 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-07-22 01:32:50 +0000 |
commit | ce00395ab73bb763d5c2b19c2fcae46e9b8bfb8e (patch) | |
tree | d2e6ec40a28beb426ae00968bdd2052e6c1478fe /src/game/tremulous.h | |
parent | b104fc884a9644c4469eb2d6076bee0c6720f132 (diff) |
* Added a report of which stages each team had reached to the intermission scoreboard
* Advanced construction kit is now free
* Fixed the bug where the armoury and repeater would still work via command when not powered
* Fixed bug where the granger could evolve whilst waiting for its build timer
* Increased the jump height of the base granger slightly
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index d82b64aa..741525c7 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -402,7 +402,7 @@ #define HBUILD_DELAY 17500 #define HBUILD_HEALRATE 18 -#define HBUILD2_PRICE 75 +#define HBUILD2_PRICE 0 #define HBUILD2_REPEAT 1000 #define HBUILD2_DELAY 15000 |