One line summary of your issue
Concubine Pregnancy Double Notifications
Game Version
3.1 KKAD
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.
Event HFP.20067 from the HFP_pregnancy_events.txt file fires for "lovers" who are concubines causing this and the birth_events.txt 404 event to fire at the same time.
The solution would be to alter the HFP.20067 event to this:
#Notify lover that his lover is pregnant.
character_event = {
id = HFP.20067
desc = {
trigger = {
FROM = {
OR = {
AND = {
is_married = no
is_consort = no
}
is_married = ROOT
is_consort = ROOT
}
}
}
text = EVTDESCHFPA20067
}
desc = {
trigger = {
OR = {
FROM = {
is_married = yes
NOT = { is_married = ROOT }
}
FROM = {
is_consort = yes
NOT = { is_consort = ROOT }
}
}
}
text = EVTDESCHFPB20067
}
picture = GFX_evt_pregnancy
trigger = {
FROM = {
#Otherwise double notification.
NOR = {
is_married = ROOT
is_consort = ROOT
}
}
}
is_triggered_only = yes
option = {
name = EVTOPTAHFP20067
trigger = {
FROM = {
OR = {
AND = {
is_married = no
is_consort = no
}
is_married = ROOT
is_consort = ROOT
}
}
}
}
option = {
name = EVTOPTBHFP20067
trigger = {
OR = {
FROM = {
is_married = yes
NOT = { is_married = ROOT }
}
FROM = {
is_consort = yes
NOT = { is_consort = ROOT }
}
}
}
}
}
Steps to reproduce the issue.
Have a concubine that is also a lover. Have her become pregnant. Wait for the events to fire at the same time.
Upload Attachment
Concubine Pregnancy Double Notifications
Game Version
3.1 KKAD
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.
Event HFP.20067 from the HFP_pregnancy_events.txt file fires for "lovers" who are concubines causing this and the birth_events.txt 404 event to fire at the same time.
The solution would be to alter the HFP.20067 event to this:
#Notify lover that his lover is pregnant.
character_event = {
id = HFP.20067
desc = {
trigger = {
FROM = {
OR = {
AND = {
is_married = no
is_consort = no
}
is_married = ROOT
is_consort = ROOT
}
}
}
text = EVTDESCHFPA20067
}
desc = {
trigger = {
OR = {
FROM = {
is_married = yes
NOT = { is_married = ROOT }
}
FROM = {
is_consort = yes
NOT = { is_consort = ROOT }
}
}
}
text = EVTDESCHFPB20067
}
picture = GFX_evt_pregnancy
trigger = {
FROM = {
#Otherwise double notification.
NOR = {
is_married = ROOT
is_consort = ROOT
}
}
}
is_triggered_only = yes
option = {
name = EVTOPTAHFP20067
trigger = {
FROM = {
OR = {
AND = {
is_married = no
is_consort = no
}
is_married = ROOT
is_consort = ROOT
}
}
}
}
option = {
name = EVTOPTBHFP20067
trigger = {
OR = {
FROM = {
is_married = yes
NOT = { is_married = ROOT }
}
FROM = {
is_consort = yes
NOT = { is_consort = ROOT }
}
}
}
}
}
Steps to reproduce the issue.
Have a concubine that is also a lover. Have her become pregnant. Wait for the events to fire at the same time.
Upload Attachment
Attachments
Upvote
0