This commit is contained in:
Charles 2001-06-04 19:06:32 +00:00
parent 773d29ea89
commit 8a84e8c1c9
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ void CFlameEmitterTrigger::collidedWith(CThing *_thisThing)
if ( !player->isRecoveringFromHit() )
{
player->takeDamage( DAMAGE__BURN_ENEMY );
player->takeDamage( DAMAGE__KILL_OUTRIGHT );
}
break;