Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles committed Sep 17, 2001
1 parent 17c6803 commit 5c41694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/friend/fgary.cpp
Expand Up @@ -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();

This comment has been minimized.

Copy link
@Xane123

Xane123 Mar 30, 2020

I like how there's a reference to the show...where no one woul--erm, was going to see it.


m_speed = -5;
m_fallDeath = true;
Expand Down

1 comment on commit 5c41694

@carsuki
Copy link

@carsuki carsuki commented on 5c41694 Jun 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice !

Please sign in to comment.