﻿fmp_interaction_effect = {
    scope:recipient = {
        # Add incapable trait if not already present
        if = {
            limit = {
                NOT = { has_trait = incapable }
            }
            add_trait = incapable
        }
    }
}