Had this event popup and I selected repent, because I had already recieved the event that made me fair. Is it just me or should the suspected_occultist flag be removed, when you repent your sins? Or at least lead to another event in a couple of years where you are no longer suspected as dabbling in the occult. Otherwise you are simply lieing to the confessor, which you never have to deal with again.
CODE:
Code:
#Confessor talks to suspected occultist
character_event = {
id = 69046
desc = "EVTDESC69046"
picture = GFX_evt_bishop
capable_only = yes
prisoner = no
trigger = {
has_character_flag = suspected_occultist
NOT = {
has_character_modifier = confessor_and_occultist_timer
}
}
mean_time_to_happen = {
months = 60
}
immediate = {
hidden_tooltip = {
add_character_modifier = {
name = confessor_and_occultist_timer
duration = 730
hidden = yes
}
}
}
option = {
name = "EVTOPTA69046"
add_trait = zealous
piety = 1
}
option = {
name = "EVTOPTB69046"
add_character_modifier = {
name = ignored_confessor
duration = 730
}
}
}
Thoughts?