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:
tankefugl 2005-07-12 13:21:43 +00:00
parent 877b337309
commit b99c007276
1 changed files with 1 additions and 1 deletions

View File

@ -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);