This commit is contained in:
parent
4b980a9213
commit
d238e6ac10
3 changed files with 34 additions and 1 deletions
|
@ -163,6 +163,7 @@ protected:
|
|||
NPC_MOVEMENT_PENDULUM,
|
||||
NPC_MOVEMENT_FIREBALL,
|
||||
NPC_MOVEMENT_RETURNING_HAZARD,
|
||||
NPC_MOVEMENT_CLAM_RETRACT,
|
||||
};
|
||||
|
||||
enum NPC_MOVEMENT_MODIFIER_FUNC
|
||||
|
@ -272,6 +273,7 @@ protected:
|
|||
// clam functions
|
||||
|
||||
void processCloseClamAttack( int _frames );
|
||||
void processClamRetract( int _frames );
|
||||
|
||||
// spider crab functions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue