This commit is contained in:
parent
bf6a3b58fc
commit
199b0ceb7c
3 changed files with 2 additions and 7 deletions
|
@ -87,13 +87,6 @@ void CNpcJellyfishPlatform::collidedWith( CThing *_thisThing )
|
|||
m_contact = true;
|
||||
}
|
||||
}
|
||||
|
||||
if ( height < -30 )
|
||||
{
|
||||
// shock player
|
||||
|
||||
player->takeDamage( DAMAGE__SHOCK_ENEMY, REACT__GET_DIRECTION_FROM_THING, (CThing*)this );
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue