View Single Post
  #178  
Old October 26th, 2006, 06:07 AM
AngleWyrm's Avatar

AngleWyrm AngleWyrm is offline
Second Lieutenant
 
Join Date: Mar 2005
Location: Seattle, WA
Posts: 417
Thanks: 0
Thanked 0 Times in 0 Posts
AngleWyrm is on a distinguished road
Default Re: Balance Mod Available for SE:V

I only have stock to go on, but here's what I see from it:

In AI_Research.txt->Add_Wanted_Tech_Areas_For_Designs(), called from [race]_Main_Script.txt->Main,

it looks like this test always true:
"if (add_all) or (not item_added) then"
because add_all is always FALSE and item_added is always FALSE

Reply With Quote