ck2plus / CleanSlate

A community resource, clean base from which to begin mods for CrusaderKings 2
29 stars 13 forks source link

Apostate Cardinal can be elected Pope #128

Closed Aerotinge closed 2 years ago

Aerotinge commented 2 years ago

圖片 Vanilla exploit, persist in CleanSlate.

It could happen when a bishop become heresy, accepted demanding conversion, etc.. and the death of the Pope comes just in time. (The religious_titles that controls the succession line requires a few days to update.) Thankfully, it's pretty easy to fix in CleanSlate. By revoking religious_titles of the apostasy in convert_religion_failsafe_effect, it immediately disqualify the apostasy. Keep the Holy See not going astray.

SuccinctScrivener commented 2 years ago

Could we just add recalc_succession = yes at the end of convert_religion_failsafe_effect?

Aerotinge commented 2 years ago

Probably not, it is not religion but the elector religious_titles that controls succ. So recalc_succ won't help.