Event 36040 doesn't prevent against prisoners:
I think all you need to do is add the line prisoner = no to the limit:

I think all you need to do is add the line prisoner = no to the limit:
Code:
option = {
name = "EVTOPTB36040"
random_courtier = {
limit = {
age = 16
is_female = no
martial = 8
[COLOR="#FF0000"]prisoner = no[/COLOR]
}
opinion = {
modifier = opinion_disgruntled
who = ROOT
}
}
Upvote
0