diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2010-04-05 18:47:27 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:34 +0000 |
commit | 376af220b8d5c93ab55d79342fe5176f2c91c1d4 (patch) | |
tree | 649a5949473c1d842bd23ac8391bdf03ec3f140f /src/game/tremulous.h | |
parent | 66b023d4735fd4ff15fd92819dfbcd1aea8ec733 (diff) |
* Fix alien builders not receiving score when tremded is running in vm_game=0 (thanks Exclamation, kevlarman)
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 0afdf318..d58dc467 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -642,7 +642,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define HUMAN_TK_SUICIDE_PENALTY 150 #define HUMAN_BUILDER_SCOREINC 50 // builders receive this many points every 10 seconds -#define ALIEN_BUILDER_SCOREINC AVM(50) // builders receive this many points every 10 seconds +#define ALIEN_BUILDER_SCOREINC AVM(100) // builders receive this many points every 10 seconds #define HUMAN_BUILDABLE_INACTIVE_TIME 90000 |