summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/bg_pmove.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c
index 051f6e6..49eb793 100644
--- a/src/game/bg_pmove.c
+++ b/src/game/bg_pmove.c
@@ -3430,6 +3430,11 @@ static void PM_Weapon( void )
case WP_MASS_DRIVER:
+ if( pm->ps->ammo > 6 && attack3 )
+ attack3 = attack2 = qtrue;
+ else
+ attack2 = attack3 = qfalse;
+
//attack2 is handled on the client for zooming (cg_view.c)
if( !attack1 )
{