This commit is contained in:
parent
a7ac143cce
commit
420026d239
13 changed files with 58 additions and 82 deletions
|
@ -27,12 +27,8 @@
|
|||
#include <ACTOR_CLAM_ANIM.h>
|
||||
#endif
|
||||
|
||||
#ifndef __ANIM_ANENOMELVL1_HEADER__
|
||||
#include <ACTOR_ANENOMELVL1_ANIM.h>
|
||||
#endif
|
||||
|
||||
#ifndef __ANIM_ANENOMELVL3_HEADER__
|
||||
#include <ACTOR_ANENOMELVL3_ANIM.h>
|
||||
#ifndef __ANIM_ANENOME_HEADER__
|
||||
#include <ACTOR_ANENOME_ANIM.h>
|
||||
#endif
|
||||
|
||||
#ifndef __ANIM_BABYOCTOPUS_HEADER__
|
||||
|
@ -314,8 +310,8 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
},
|
||||
|
||||
{ // NPC_ANEMONE_1
|
||||
ACTORS_ANENOMELVL1_SBK,
|
||||
ANIM_ANENOMELVL1_BEND,
|
||||
ACTORS_ANENOME_SBK,
|
||||
ANIM_ANENOME_FIRE,
|
||||
NPC_SENSOR_USER_CLOSE,
|
||||
NPC_MOVEMENT_STATIC_CYCLE_ANIM,
|
||||
NPC_CLOSE_NONE,
|
||||
|
@ -356,8 +352,8 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
},
|
||||
|
||||
{ // NPC_ANEMONE_3
|
||||
ACTORS_ANENOMELVL3_SBK,
|
||||
ANIM_ANENOMELVL3_BEND,
|
||||
ACTORS_ANENOME_SBK,
|
||||
ANIM_ANENOME_FIRE,
|
||||
NPC_SENSOR_USER_CLOSE,
|
||||
NPC_MOVEMENT_STATIC_CYCLE_ANIM,
|
||||
NPC_CLOSE_NONE,
|
||||
|
@ -581,7 +577,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
ANIM_HERMITCRAB_SCUTTLE,
|
||||
NPC_SHOT_GENERIC,
|
||||
ANIM_HERMITCRAB_DIE,
|
||||
ANIM_HERMITCRAB_GETHIT,
|
||||
ANIM_HERMITCRAB_DIE,
|
||||
false,
|
||||
false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue