This commit is contained in:
Charles 2001-05-08 20:56:29 +00:00
parent c94df478f0
commit 197bd96ece

View file

@ -155,7 +155,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
FRM_JELLYFISH1_SWIM1, FRM_JELLYFISH1_SWIM1,
true, true,
true, true,
true, false,
}, },
{ // NPC_SMALL_JELLYFISH_2 { // NPC_SMALL_JELLYFISH_2
@ -177,7 +177,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
0, 0,
false, false,
true, true,
true, false,
}, },
{ // NPC_ANEMONE_1 { // NPC_ANEMONE_1
@ -331,7 +331,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
0, 0,
false, false,
false, false,
true, false,
}, },
{ // NPC_FISH_FOLK { // NPC_FISH_FOLK
@ -375,7 +375,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
ANIM_CATERPILLAR_GETHIT, ANIM_CATERPILLAR_GETHIT,
false, false,
false, false,
true, false,
}, },
{ // NPC_SEA_SNAKE { // NPC_SEA_SNAKE
@ -463,7 +463,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
ANIM_HERMITCRAB_DIE, ANIM_HERMITCRAB_DIE,
false, false,
false, false,
true, false,
}, },
{ // NPC_MINE { // NPC_MINE
@ -529,7 +529,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
ANIM_SPIDERCRAB_HIT, ANIM_SPIDERCRAB_HIT,
false, false,
false, false,
true, false,
}, },
{ // NPC_SPIDER_CRAB_SPAWNER { // NPC_SPIDER_CRAB_SPAWNER
@ -595,7 +595,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
ANIM_BABYOCTOPUS_HIT, ANIM_BABYOCTOPUS_HIT,
false, false,
false, false,
true, false,
}, },
{ // NPC_ZOMBIE_FISH_FOLK { // NPC_ZOMBIE_FISH_FOLK
@ -639,7 +639,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
0, 0,
false, false,
false, false,
true, false,
}, },
{ // NPC_GHOST { // NPC_GHOST
@ -969,7 +969,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
FRM_JELLYFISH1_SWIM1, FRM_JELLYFISH1_SWIM1,
true, true,
true, true,
true, false,
}, },
}; };