This commit is contained in:
parent
f677614d5e
commit
276a169b6b
5 changed files with 75 additions and 39 deletions
|
@ -241,6 +241,7 @@ protected:
|
|||
NPC_SENSOR_HERMIT_CRAB_USER_CLOSE,
|
||||
NPC_SENSOR_OCTOPUS_USER_CLOSE,
|
||||
NPC_SENSOR_PUFFA_FISH_USER_CLOSE,
|
||||
NPC_SENSOR_PARASITIC_WORM_USER_CLOSE,
|
||||
};
|
||||
|
||||
enum NPC_CLOSE_FUNC
|
||||
|
@ -270,6 +271,7 @@ protected:
|
|||
NPC_CLOSE_HERMIT_CRAB_ATTACK,
|
||||
NPC_CLOSE_OCTOPUS_ATTACK,
|
||||
NPC_CLOSE_PUFFA_FISH_INFLATE,
|
||||
NPC_CLOSE_PARASITIC_WORM_ATTACK,
|
||||
};
|
||||
|
||||
enum NPC_MOVEMENT_FUNC
|
||||
|
@ -542,6 +544,8 @@ protected:
|
|||
// parasitic worm functions
|
||||
|
||||
void processParasiticWormMovement( int _frames );
|
||||
void resetParasiticWormHeadToTail();
|
||||
void processCloseParasiticWormAttack( int _frames );
|
||||
|
||||
// flying dutchman functions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue