1. That particular feature was added many years before the actual Capture Colonies mod.
2. Looks like doing that just sets you to WAR:
But if your relation was already lower than that, I can imagine that would indeed make it improve.
Obviously isn't correct.
2. Looks like doing that just sets you to WAR:
Code:
// KK -->
if (ENABLE_FLAGS == 0) {
SetRMRelation(pchar, sti(commander.nation), REL_WAR);
} else {
SetActualRMRelation(sti(commander.nation), REL_WAR);
LooseLetterOfMarque(sti(commander.nation));
}
// <-- KK
Obviously isn't correct.