Currently, Adoricism is only available to the Akan and Hausa religions, but since it is depicted generically and not in a way that's very specific to these faiths, it would make sense to allow it for a broader variety of religions, but maybe make it cheaper for Akan and Hausa to keep with the original idea.
My suggestion would be to change these lines in game/common/religion/doctrines/00_core_tenets.txt:
is_shown = {
OR = {
religion_tag = west_african_bori_religion
religion_tag = akom_religion
}
}
To one of the following below, whether you'd want it for all pagans, or just African pagans, as well as a line for those who already have it to prevent issues when reforming (similarly to what was previously added to the Sun Worship tenet to prevent bugs there).
is_shown = {
OR = {
has_doctrine = pagan_hostility_doctrine
has_doctrine = tenet_adorcism #If you already have it
}
}
is_shown = {
OR = {
religion_tag = akom_religion
religion_tag = kushitism_religion
religion_tag = west_african_bori_religion
religion_tag = west_african_orisha_religion
religion_tag = west_african_roog_religion
religion_tag = west_african_religion
has_doctrine = tenet_adorcism #If you already have it
}
}
(This will also make things a little easier for modders who want to give faiths Adorcism without touching the religious tenets file.)