This commit is contained in:
parent
57e198f7eb
commit
67839d076f
12 changed files with 212 additions and 35 deletions
|
@ -97,6 +97,10 @@ bool CNpcSpiderCrabEnemy::processSensor()
|
|||
m_velocity = 5;
|
||||
m_base = Pos;
|
||||
|
||||
// sound
|
||||
|
||||
CSoundMediator::playSfx( CSoundMediator::SFX_SPIDERCRAB_ATTACK );
|
||||
|
||||
return( true );
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue