diff --git a/source/player/pmjelly.cpp b/source/player/pmjelly.cpp index 94365c241..6070330ec 100644 --- a/source/player/pmjelly.cpp +++ b/source/player/pmjelly.cpp @@ -384,7 +384,7 @@ void CPlayerModeJellyLauncher::launchProjectile() fireHeading, CPlayerProjectile::PLAYER_PROJECTILE_DUMBFIRE, CPlayerProjectile::PLAYER_PROJECTILE_FINITE_LIFE, - 5*60); + (2*GameState::getOneSecondInFrames())); projectile->setRGB( 255 + ( 128 << 8 ) + ( 255 << 16 ) ); fireHeading+=512; @@ -400,7 +400,7 @@ void CPlayerModeJellyLauncher::launchProjectile() fireHeading, CPlayerProjectile::PLAYER_PROJECTILE_DUMBFIRE, CPlayerProjectile::PLAYER_PROJECTILE_FINITE_LIFE, - 5*60); + (2*GameState::getOneSecondInFrames())); projectile->setRGB( 255 + ( 128 << 8 ) + ( 255 << 16 ) ); m_player->useOneJelly();