removed kamakazi code

This commit is contained in:
Bryce Hutchings 2002-05-27 06:50:58 +00:00
parent f79097e851
commit 02889c89ba
1 changed files with 3 additions and 5 deletions

View File

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.38 2002/05/27 06:50:58 niceass
// removed kamakazi code
//
// Revision 1.37 2002/05/18 14:52:16 makro
// Bot stuff. Other stuff. Just... stuff :p
//
@ -231,11 +234,6 @@ int Pickup_Holdable( gentity_t *ent, gentity_t *other ) {
Laser_Gen(other, qtrue);
}
/* Blaze: No Kamikazie
if( ent->item->giTag == HI_KAMIKAZE ) {
other->client->ps.eFlags |= EF_KAMIKAZE;
}*/
//Elder: our unique items don't respawn
return -1;
//return RESPAWN_HOLDABLE;