This commit is contained in:
parent
b0d045bdf0
commit
6fa19af650
2 changed files with 2 additions and 2 deletions
|
@ -153,6 +153,6 @@ void CNpc::processCloseIronDogfishAttack( int _frames )
|
|||
{
|
||||
// swipe at player
|
||||
|
||||
m_movementTimer = GameState::getOneSecondInFrames() * 8;
|
||||
m_movementTimer = GameState::getOneSecondInFrames() * 3;
|
||||
m_controlFunc = NPC_CONTROL_MOVEMENT;
|
||||
}
|
|
@ -421,7 +421,7 @@ CNpc::NPC_DATA CNpc::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
|
||||
{ // NPC_IRON_DOGFISH
|
||||
NPC_INIT_IRON_DOGFISH,
|
||||
NPC_SENSOR_NONE,
|
||||
NPC_SENSOR_IRON_DOGFISH_USER_CLOSE,
|
||||
NPC_MOVEMENT_IRON_DOGFISH,
|
||||
NPC_MOVEMENT_MODIFIER_NONE,
|
||||
NPC_CLOSE_IRON_DOGFISH_ATTACK,
|
||||
|
|
Loading…
Add table
Reference in a new issue