diff --git a/source/friend/fgary.cpp b/source/friend/fgary.cpp index 140edc655..2d93b975d 100644 --- a/source/friend/fgary.cpp +++ b/source/friend/fgary.cpp @@ -187,7 +187,7 @@ void CNpcGaryFriend::think( int _frames ) case COLLISION_TYPE_FLAG_DAMAGE: { CPlayer *player = GameScene.getPlayer(); - player->takeDamage( DAMAGE__KILL_OUTRIGHT ); + player->dieYouPorousFreak(); m_speed = -5; m_fallDeath = true;