digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"MarieLyonRepair begins." [color=orange];
		"MarieLyonRepair begins." -> j383727168;
	j383727168 [label="Check boolean MarieFamilyFail",color=orange];
		j383727168 -> j948842825 [label=true,color=green];
		j383727168 -> "Chat ends." [label=false,color=brown];
	j948842825 [label="The brother of my soul sends me to speak to you. He pleads with me to consider ma décision not to aid you in the matter of Monsieur Loid.",shape=box,color=blue];
		j948842825 -> j1206294298;
		j948842825 -> j253222022;
		j948842825 -> j320974244;
	"Chat ends." [color=orange];
	j1206294298 [label="I really wish you would help us, Marie. ",shape=box,color=red];
		j1206294298 -> j1038541144;
	j253222022 [label="We need you, Marie. Without you, there's no use. Please. Can you forgive me?",shape=box,color=red];
		j253222022 -> j2125794872;
	j320974244 [label="I'm sorry I upset you. But please, don't take it out on Loid. Or the family upstairs.",shape=box,color=red];
		j320974244 -> j280514129;
	j1038541144 [label="I simply came to tell you that you should not leverage Lyon's kindness to make up for your own failures.",shape=box,color=blue];
		j1038541144 -> "Chat ends.";
	j2125794872 [label="Oui... I can. My anger at you in the moment should not be felt by others anyway.",shape=box,color=blue];
		j2125794872 -> j3349923284;
	j280514129 [label="Oui. In this, you are right. My anger at you in the moment should not be felt by others.",shape=box,color=blue];
		j280514129 -> j170120320;
	j3349923284 [label="So, I say, very well. I will assist you. Tu auras mon aide.",shape=box,color=blue];
		j3349923284 -> j3151953893;
	j170120320 [label="Anger I have come to regret and forgive you for.",shape=box,color=blue];
		j170120320 -> j3349923284;
	j3151953893 [label="Boolean MarieFamilySuccess is now true.",color=orange];
		j3151953893 -> j2529015854;
	j2529015854 [label="Boolean MarieFamilyFail is now false.",color=orange];
		j2529015854 -> "Chat ends.";
}