diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/bg_misc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 842b8efa..1be45648 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -3389,10 +3389,6 @@ BG_PlayerCanChangeWeapon */ qboolean BG_PlayerCanChangeWeapon( playerState_t *ps ) { - // Can always change from ckit - if( ps->weapon == WP_HBUILD ) - return qtrue; - // Do not allow Lucifer Cannon "canceling" via weapon switch if( ps->weapon == WP_LUCIFER_CANNON && ps->stats[ STAT_MISC ] > LCANNON_CHARGE_TIME_MIN ) |