Event 39000 is an MTTH-triggered event, but has this hidden_tooltip in option B:
As far as I know, MTTH-triggered events don't have a FROM. Should the FROMs in the any_vassal clause be PREV (referring to top_liege) instead?
Code:
# News spread
hidden_tooltip = {
owner = {
top_liege = {
if = {
limit = {
NOT = { character = PREV }
}
character_event = { id = 39400 days = 2 }
}
any_vassal = {
limit = {
OR = {
is_parent_religion = FROM
religion = FROM
}
}
character_event = { id = 39400 days = 2 }
}
}
}
}
Upvote
0