This commit is contained in:
parent
938ba358b6
commit
6109bffb6d
3 changed files with 15 additions and 11 deletions
|
@ -980,14 +980,14 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
NPC_CLOSE_NONE,
|
||||
NPC_TIMER_NONE,
|
||||
false,
|
||||
3,
|
||||
5,
|
||||
2048,
|
||||
DETECT_ALL_COLLISION,
|
||||
DAMAGE__HIT_ENEMY,
|
||||
50,
|
||||
ANIM_FLYINGDUTCHMAN_FLY,
|
||||
NPC_SHOT_GENERIC,
|
||||
0,
|
||||
ANIM_FLYINGDUTCHMAN_DEATH,
|
||||
ANIM_FLYINGDUTCHMAN_GETHIT,
|
||||
false,
|
||||
false,
|
||||
|
@ -995,7 +995,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
false,
|
||||
CSoundMediator::NUM_SFXIDS,
|
||||
CSoundMediator::NUM_SFXIDS,
|
||||
false,
|
||||
true,
|
||||
},
|
||||
|
||||
{ // NPC_IRON_DOGFISH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue