﻿# Checks if the character a valid target for laamp_regula_transport_daughter contract
regula_valid_daugher_for_educational_travel = {
    is_female = yes
    age = { 16 30 }

    is_available_allow_travelling = yes

    #TODO: Enable?
    #is_married = no

    has_any_illness = no
    is_healthy = yes

    is_regula_devoted_trigger = no
    NOT = { has_trait = regula_virus }

    # Prevents new contract for same character who was not charmed
    NOT = { exists = var:traveled_without_chariming }
}