﻿set_relation_oathbound = {
	first = I_GET_AN_OATHBOUND
	first_past = I_GOT_AN_OATHBOUND
	third = THEY_GET_AN_OATHBOUND
	third_past = THEY_GOT_AN_OATHBOUND
	global = GLOBAL_BECOME_OATHBOUND
	global_past = GLOBAL_BECAME_OATHBOUND
}
set_relation_oathholder = {
	first = I_GET_AN_OATHHOLDER
	first_past = I_GOT_AN_OATHHOLDER
	third = THEY_GET_AN_OATHHOLDER
	third_past = THEY_GOT_AN_OATHHOLDER
	global = GLOBAL_BECOME_OATHHOLDER
	global_past = GLOBAL_BECAME_OATHHOLDER
}

remove_relation_oathholder = {
	first = I_LOSE_AN_OATHHOLDER
	first_past = I_LOSE_AN_OATHHOLDER
	third = THEY_LOSE_AN_OATHHOLDER
	third_past = THEY_LOSE_AN_OATHHOLDER
	global = GLOBAL_LOSE_OATHHOLDER
	global_past = GLOBAL_LOSE_OATHHOLDER
}