decisions = {
    undesirables_decision = {
    allow = {
        is_adult = yes
    }

		effect = {
		character_event = { id = undesirables.1 } # Triggers the main tavern event
		}

		ai_will_do = {
		factor = 0
		}
	}
}