commit 76d049b1d4b030f4eafe08bb54d0eeb892d7d757 Author: /dev/humancontroller Date: Sun Aug 7 05:34:01 2011 +0200 target_power amendment diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index 0728dba..58d89ae 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -220,7 +220,8 @@ qboolean G_FindPower( gentity_t *self, qboolean searchUnspawned ) } } - if( replike != NULL ) + if( replike != NULL && + ( reactorEnt != NULL || replike->altSupportType == 2 ) ) { // count the remaining buildpoints in the repeater-like zone, without taking self into calculation remainingBP = ( replike->altSupportType > 0 && replike->localBuildPointSetting >= 0 ?