diff options
author | Tim Angus <tim@ngus.net> | 2005-07-18 19:27:33 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-07-18 19:27:33 +0000 |
commit | 336d990c950bf26b001e7a6396a9bd1b484d5583 (patch) | |
tree | 43758b89de01089b3ae99bdba02db9e96dabe24d /src/game/g_local.h | |
parent | 35ee9b1554981454b1a402e3764044299c9d0661 (diff) |
* Repeater is now free
* Repeater can now only be built in locations with no power
* Repeater will self destruct if it has not powered anything for 90 seconds
* Reduced period for free kills/credits
* Mass driver damage reduced by 40%
* Build timers increased a bit, especially human
* The more healthy human buildables now take longer to repair
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 8ab0a200..dd5c3abf 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -632,8 +632,9 @@ typedef enum IBE_REACTOR, IBE_REPEATER, - IBE_RPLWARN, + IBE_TNODEWARN, IBE_RPTWARN, + IBE_RPTWARN2, IBE_NOPOWER, IBE_NODCC, |