This commit is contained in:
parent
ca9869ae82
commit
51c873ec30
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ void CNpcSharkManEnemy::processClose( int _frames )
|
||||||
CProjectile *projectile;
|
CProjectile *projectile;
|
||||||
projectile = CProjectile::Create();
|
projectile = CProjectile::Create();
|
||||||
projectile->init( newPos, heading );
|
projectile->init( newPos, heading );
|
||||||
|
projectile->setShock();
|
||||||
projectile->setGraphic( FRM__LIGHTNING2 );
|
projectile->setGraphic( FRM__LIGHTNING2 );
|
||||||
|
|
||||||
m_fired = true;
|
m_fired = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue