decisions = {
	add_God = {

		potential = {
		    ai = no
            NOT = { trait = God }
		}

		allow = {
			always = yes
		}

		effect = {
            add_trait = God
		}

		revoke_allowed = {
			always = no
		}

        ai_will_do = {
            factor = 0
        }
	}
	remove_God = {
	
		potential = {
		   ai = no
           trait = God 
	}
		allow = {
			always = yes
		}
		effect = {
            remove_trait = God
		}
		revoke_allowed = {
			always = no
		}

        ai_will_do = {
            factor = 0
        }
	}


}