This commit is contained in:
Charles 2001-09-17 11:57:01 +00:00
parent 17c68037a8
commit 5c41694e56

View File

@ -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;