Seems that
is_exact_same_species is not working right either.
From reading the description of it in patch notes and trigger_docs. It is supposed to function the way
is_same_species worked before patch 1.2.0
As
is_same_species was changed to work so that it included subspecies.
So it is now works kinda like this before 1.2.0
Code:
or = {
is_subspecies = ROOT
is_same_species = ROOT
}
But
is_exact_same_species still for whatever reason keeps including subspecies in it's checking. Which is not how
is_same_species worked before the patch. And making it impossible for me to count the total number of primary species, as it also keeps including subspecies in the count....