targeted_decisions = {

	society_undress_decision = {
		ai = no
		is_in_society = yes
		filter = self
		ai_target_filter = self
		
		potential = {
			NOT = { trait = society_clothing_disabled_trait }
		}
		effect = {
			hidden_effect = {
				add_trait = society_clothing_disabled_trait
				remove_trait = society_clothing_enabled_trait
			}
		}
	}

	society_dress_decision = {
		ai = no
		is_in_society = yes
		filter = self
		ai_target_filter = self
		
		potential = {
			trait = society_clothing_disabled_trait
			NOT = { trait = society_clothing_enabled_trait }
		}
		effect = {
			hidden_effect = {
				remove_trait = society_clothing_disabled_trait
				add_trait = society_clothing_enabled_trait
			}
		}
	}
}
