b-casey / OpenSMACX

A project to decompile SMAC/X to C++ with the long term goal of creating a full open source clone.
GNU General Public License v3.0
52 stars 4 forks source link

AI Probe Teams keep attempting to Infiltrate Datalinks after success #11

Open b-casey opened 4 years ago

b-casey commented 4 years ago

AI probe teams when targeting another faction's base can continually attempt to infiltrate Datalinks succeeding multiple times . For human players, once they successfully infiltrate another faction that option is removed for that particular faction (DTREATY_HAVE_INFILTRATOR flag check). This could have to do with some faulty logic related to this flag as well as success logic driving a focus on infiltrate Datalinks. Issue is likely inside the large probe() function.