One line summary of your issue
[2.8.1] Granted title counts as scrying result for hermetics
Game Version
2.8.1
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
When you use third option of scrying as hermetic (I want to know what will happen to me as a ruler), granted titles trigger as success/failure of scrying.
I know that there is a check that should block voluntarily granted titles but is doesn't work for some reason.
My guess. This event
diploresponse_event = { # 1.B: new holder of title gets exception flag, if the title was granted voluntarily (sent from GRANT_LANDED_TITLE_INTERACTION_ACCEPT_EVENT)
id = MNM.1217
is_triggered_only = yes
hide_window = yes
immediate = {
FROM = { set_character_flag = was_granted_title_voluntarily }
}
}
does not return FROM correctly.
Steps to reproduce the issue.
Perform scrying for "what will happen to me as a ruler".
Grant any title to other character.
You will get "I knew something bad will happen" or "At least I don't have omen anymore" depending on what scrying promised.
Upload Attachment
[2.8.1] Granted title counts as scrying result for hermetics
Game Version
2.8.1
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
When you use third option of scrying as hermetic (I want to know what will happen to me as a ruler), granted titles trigger as success/failure of scrying.
I know that there is a check that should block voluntarily granted titles but is doesn't work for some reason.
My guess. This event
diploresponse_event = { # 1.B: new holder of title gets exception flag, if the title was granted voluntarily (sent from GRANT_LANDED_TITLE_INTERACTION_ACCEPT_EVENT)
id = MNM.1217
is_triggered_only = yes
hide_window = yes
immediate = {
FROM = { set_character_flag = was_granted_title_voluntarily }
}
}
does not return FROM correctly.
Steps to reproduce the issue.
Perform scrying for "what will happen to me as a ruler".
Grant any title to other character.
You will get "I knew something bad will happen" or "At least I don't have omen anymore" depending on what scrying promised.
Upload Attachment
Upvote
0