diff --git a/source/enemy/nshrkman.cpp b/source/enemy/nshrkman.cpp index 60b28239a..abf3aea1f 100644 --- a/source/enemy/nshrkman.cpp +++ b/source/enemy/nshrkman.cpp @@ -187,6 +187,7 @@ void CNpcSharkManEnemy::processClose( int _frames ) CProjectile *projectile; projectile = CProjectile::Create(); projectile->init( newPos, heading ); + projectile->setShock(); projectile->setGraphic( FRM__LIGHTNING2 ); m_fired = true;