diff options
author | Tim Angus <tim@ngus.net> | 2005-07-19 00:39:49 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-07-19 00:39:49 +0000 |
commit | 5dbd741da16c5ab40969f1169b14781deb03ed38 (patch) | |
tree | 931a395592314b8a100b0d9cf1ccc9b3f7ae8912 /src | |
parent | 544819bea87e1515ebc9fb88f8d8e1e1863175c0 (diff) |
* Reduced human build timer again
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 e8d5ba48..0ee771e0 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -399,12 +399,12 @@ #define HBUILD_PRICE 0 #define HBUILD_REPEAT 1000 -#define HBUILD_DELAY 20000 +#define HBUILD_DELAY 17500 #define HBUILD_HEALRATE 18 #define HBUILD2_PRICE 75 #define HBUILD2_REPEAT 1000 -#define HBUILD2_DELAY 17500 +#define HBUILD2_DELAY 15000 |