﻿regula_vassal_paelex_mind_repair = {
	effect = {
		scope:recipient = {
			if = {
				limit = { has_trait = dull }
				remove_trait = dull
			}
			if = {
				limit = { has_trait = depressed_1 }
				remove_trait = depressed_1
			}
			if = {
				limit = { has_trait = depressed_genetic }
				remove_trait = depressed_genetic
			}
			if = {
				limit = { has_trait = lunatic_1 }
				remove_trait = lunatic_1
			}
			if = {
				limit = { has_trait = lunatic_genetic }
				remove_trait = lunatic_genetic
			}
			if = {
				limit = { has_trait = possessed_1 }
				remove_trait = possessed_1
			}
			if = {
				limit = { has_trait = possessed_genetic }
				remove_trait = possessed_genetic
			}
			if = {
				limit = { has_trait = early_great_pox }
				remove_trait = early_great_pox
			}
			if = {
				limit = { has_trait = lovers_pox }
				remove_trait = lovers_pox
			}
			if = {
				limit = { has_trait = drunkard}
				remove_trait = drunkard
			}
			if = {
				limit = { has_trait =  hashishiyah }
				remove_trait = hashishiyah
			}
			if = {
				limit = { has_trait = reclusive }
				remove_trait = reclusive
			}
			if = {
				limit = { has_trait = irritable }
				remove_trait = irritable
			}
			if = {
				limit = { has_trait = flagellant }
				remove_trait = flagellant
			}
			if = {
				limit = { has_trait = profligate }
				remove_trait = profligate
			}
			if = {
				limit = { has_trait = contrite }
				remove_trait = contrite
			}
			if = {
				limit = { has_trait = inappetetic }
				remove_trait = inappetetic
			}
		}
	}
}
