diff options
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r-- | src/game/g_weapon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index 265358a..3bf9f92 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -1658,7 +1658,7 @@ void FireWeapon3( gentity_t *ent ) break; case WP_MASS_DRIVER: - if(g_humanStage.integer == S5 && BG_InventoryContainsUpgrade( UP_BATTPACK, ent->client->ps.stats )) + if(g_humanStage.integer == S4 && BG_InventoryContainsUpgrade( UP_BATTPACK, ent->client->ps.stats )) { massDriverFire2( ent ); } |