Dragon Azori
Chieftain
- Joined
- Feb 2, 2010
- Messages
- 7
Since there is no reason why you would ever want to not push this button immediately, wouldn't having a button just be mindless busywork micromaangement?
Besides, with the ability happening automatically, then the AI also gets the advantage from it more easily.
I agree with you, but as it is the whole process is scripted and if it does not work you have no recourse but to live with it.
If you can make this happen again, please send a save game that shows the problem. You can attach it to a post in this thread. If you do, please mention exactly which build and patch you are using, such as 1.8 or 1.8.0.1.
If it happens again I will.
I looked at the XML and to merge the Mentat Industrial into a single building you just need to add:
<BonusYieldModifiers>
<BonusYieldModifier>
<BonusType>BONUS_SAPHO</BonusType>
<YieldModifiers>
<iYield>0</iYield>
<iYield>5</iYield>
<iYield>0</iYield>
</YieldModifiers>
<YieldChanges>
<iYield>0</iYield>
<iYield>5</iYield>
</YieldChanges>
</BonusYieldModifier>
</BonusYieldModifiers>
Unless I missed somthing. I admit my ability with XML is somewhat limited to copying and pasting.