One line summary of your issue
3.0 Stoics give uncompletable donation mission
Game Version
3.0 PXTU
What expansions do you have installed?
Jade Dragon,
Monks & Mystics,
The Reapers Due,
Conclave,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury, All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
As a member of the reformed hellenic "monastic" order the Stoics, you may periodically be handed a mission to donate to charity. However, no decision to actually donate to charity and so complete the mission exists. This is because the decision, monastic_orders_donate_to_charity in mnm_society_decision, has a specific exclusion for the stoics. The event assigning the actual mission, though, has no such exclusion, leading to it potentially giving out these charity missions that can't be completed.
Since I assume the specific exclusion means the charity donation just isn't supposed to happen, it can easily be fixed by adding the appropriate
To the assignment of the monastic_orders_mission_charity flag in event MNM.4000 in mnm_monastic_orders_events, line 100.
Steps to reproduce the issue.
Be a reformed hellenic ruler, join the stoics, wait for the mission to be assigned. But it's easy enough to verify in code without that.
Upload Attachment
3.0 Stoics give uncompletable donation mission
Game Version
3.0 PXTU
What expansions do you have installed?
Jade Dragon,
Monks & Mystics,
The Reapers Due,
Conclave,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury, All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
As a member of the reformed hellenic "monastic" order the Stoics, you may periodically be handed a mission to donate to charity. However, no decision to actually donate to charity and so complete the mission exists. This is because the decision, monastic_orders_donate_to_charity in mnm_society_decision, has a specific exclusion for the stoics. The event assigning the actual mission, though, has no such exclusion, leading to it potentially giving out these charity missions that can't be completed.
Since I assume the specific exclusion means the charity donation just isn't supposed to happen, it can easily be fixed by adding the appropriate
Code:
modifier = { factor = 0 society_member_of = monastic_order_stoics }
To the assignment of the monastic_orders_mission_charity flag in event MNM.4000 in mnm_monastic_orders_events, line 100.
Steps to reproduce the issue.
Be a reformed hellenic ruler, join the stoics, wait for the mission to be assigned. But it's easy enough to verify in code without that.
Upload Attachment
Upvote
0