diff options
author | Tim Angus <tim@ngus.net> | 2001-03-24 05:25:35 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-03-24 05:25:35 +0000 |
commit | 451524a98b307c472e7910a0f9941743bf36ee8c (patch) | |
tree | de3bb87aeb567927a9a0e4757775103995156231 /src/game/bg_public.h | |
parent | 023bde0d5ba726016507ce9e63e475a4e2e88a30 (diff) |
Beginnings of a power system for the humans
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 32a2b14d..63de6673 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -879,7 +879,9 @@ qboolean BG_infiniteAmmo( int weapon ); void BG_packWeapon( int weapon, int stats[ ] ); qboolean BG_gotWeapon( int weapon, int stats[ ] );*/ -#define CREEP_BASESIZE 120 +#define CREEP_BASESIZE 120 +#define REACTOR_BASESIZE 1000 +#define REPEATER_BASESIZE 500 #define ARENAS_PER_TIER 4 #define MAX_ARENAS 1024 |