mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
removed kamakazi code
This commit is contained in:
parent
f79097e851
commit
02889c89ba
1 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue