This commit is contained in:
parent
952fb82287
commit
f613848385
27 changed files with 552 additions and 730 deletions
|
@ -31,6 +31,13 @@
|
|||
#include <ACTOR_HERMITCRAB_ANIM.h>
|
||||
#endif
|
||||
|
||||
void CNpcHermitCrabEnemy::postInit()
|
||||
{
|
||||
m_npcPath.setPathType( CNpcPath::PONG_PATH );
|
||||
|
||||
m_state = HERMIT_CRAB_NO_ATTACK;
|
||||
}
|
||||
|
||||
bool CNpcHermitCrabEnemy::processSensor()
|
||||
{
|
||||
switch( m_sensorFunc )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue