This commit is contained in:
Charles 2001-07-02 19:02:46 +00:00
parent fde635679e
commit e22338a253
5 changed files with 6 additions and 1 deletions

View file

@ -185,6 +185,8 @@ void CNpcMotherJellyfishEnemy::processMovement( int _frames )
DVECTOR newPos = Pos;
projectile->init( newPos, heading );
projectile->setGraphic( FRM__LIGHTNING1 );
projectile->setSpeed( 6 );
projectile->setXScale( 8192 );
m_movementTimer = GameState::getOneSecondInFrames() * 5;
m_pulsateTimer = GameState::getOneSecondInFrames();