mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-22 04:31:14 +00:00
Mantis 0000957:
o Fixed bug where some items in the marine popupmenu ("Start", "Weapon", "Orders", "Comms", etc) would be disabled after exiting the command chair. The MESSAGE_NULL associated tech was marked as unresearchable, disabling it when the player entered the commandchair. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@263 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
877b337309
commit
b99c007276
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ void AvHTeam::InitializeTechNodes()
|
|||
// else regular NS
|
||||
if(this->mTeamType == AVH_CLASS_TYPE_MARINE)
|
||||
{
|
||||
this->AddTechNode(MESSAGE_NULL, TECH_COMMAND_CENTER, TECH_NULL, TECH_NULL, false, true);
|
||||
this->AddTechNode(MESSAGE_NULL, TECH_COMMAND_CENTER, TECH_NULL, TECH_NULL, true, true);
|
||||
this->AddTechNode(BUILD_RECYCLE, TECH_NULL, TECH_NULL);
|
||||
this->AddTechNode(BUILD_COMMANDSTATION, TECH_NULL, TECH_NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue