More deathmatch stuff.
This commit is contained in:
parent
8e3a26487c
commit
3dd2b45f2a
14 changed files with 64 additions and 12 deletions
|
|
@ -314,8 +314,11 @@ Class DemolitionistMenu : GenericMenu
|
|||
tabs.Push(TAB_MISSION);
|
||||
tabs.Push(TAB_STATS);
|
||||
tabs.Push(TAB_INVENTORY);
|
||||
tabs.Push(TAB_KEYS);
|
||||
tabs.Push(TAB_LIBRARY);
|
||||
if ( !deathmatch )
|
||||
{
|
||||
tabs.Push(TAB_KEYS);
|
||||
tabs.Push(TAB_LIBRARY);
|
||||
}
|
||||
if ( !deathmatch && (G_SkillPropertyInt(SKILLP_ACSReturn) < 4) ) tabs.Push(TAB_STORE);
|
||||
for ( int i=0; i<MAXPLAYERS; i++ )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue