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/bg_public.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/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 97ca9d86..6bfb8a6b 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -612,8 +612,9 @@ typedef enum MN_H_REACTOR, MN_H_NOROOM, MN_H_NORMAL, - MN_H_RPLWARN, - MN_H_RPTWARN + MN_H_TNODEWARN, + MN_H_RPTWARN, + MN_H_RPTWARN2 } dynMenu_t; // animations |