mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 07:42:15 +00:00
Made bots choose the ssg in teamplay
This commit is contained in:
parent
4747462ed4
commit
e68fe069e1
1 changed files with 7 additions and 4 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.28 2002/06/05 19:16:22 makro
|
||||
// Made bots choose the ssg in teamplay
|
||||
//
|
||||
// Revision 1.27 2002/06/01 13:37:02 makro
|
||||
// Tweaked bandaging code
|
||||
//
|
||||
|
@ -1521,10 +1524,10 @@ static RQ3_TPCombo_t RQ3_TPCombos[] = {
|
|||
{WP_HANDCANNON, HI_KEVLAR},
|
||||
{WP_HANDCANNON, HI_BANDOLIER},
|
||||
{WP_HANDCANNON, HI_SLIPPERS},
|
||||
// {WP_SSG3000, HI_SILENCER},
|
||||
// {WP_SSG3000, HI_KEVLAR},
|
||||
// {WP_SSG3000, HI_BANDOLIER},
|
||||
// {WP_SSG3000, HI_SLIPPERS},
|
||||
{WP_SSG3000, HI_SILENCER},
|
||||
{WP_SSG3000, HI_KEVLAR},
|
||||
{WP_SSG3000, HI_BANDOLIER},
|
||||
{WP_SSG3000, HI_SLIPPERS},
|
||||
{WP_AKIMBO, HI_KEVLAR},
|
||||
{WP_AKIMBO, HI_BANDOLIER}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue