Index: src/game/bg_pmove.c =================================================================== --- src/game/bg_pmove.c (revision 755) +++ src/game/bg_pmove.c (working copy) @@ -551,6 +551,7 @@ pm->ps->pm_flags |= PMF_BACKWARDS_JUMP; } + pm->ps->stats[ STAT_MISC ] = 0; return qtrue; } Index: src/game/g_weapon.c =================================================================== --- src/game/g_weapon.c (revision 755) +++ src/game/g_weapon.c (working copy) @@ -584,6 +584,7 @@ m = fire_luciferCannon( ent, muzzle, forward, ent->client->ps.stats[ STAT_MISC ], LCANNON_RADIUS ); ent->client->ps.stats[ STAT_MISC ] = 0; + ent->client->ps.weaponTime = LCANNON_CHARGEREPEAT; } /*