From 51c873ec30108a1650afa66f5acb81452d780de4 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 14 Aug 2001 19:11:56 +0000 Subject: [PATCH] --- source/enemy/nshrkman.cpp | 1 + 1 file changed, 1 insertion(+) 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;