digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"EleanorBirthdayConvo2 begins." [color=orange];
		"EleanorBirthdayConvo2 begins." -> j216025679;
		"EleanorBirthdayConvo2 begins." -> j1936476897;
	j216025679 [label="Félicitations pour avoir survécu à un autre anniversaire!",shape=box,color=red];
		j216025679 -> j804247970;
	j1936476897 [label="Joyeux anniversaire, Eleanor. C'est cool que tu sois toujours là.",shape=box,color=red];
		j1936476897 -> j2521065080;
	j804247970 [label="Tu n'as pas vérifié. Heureusement pour toi, je suis bel et bien en vie en ce moment. Parce que ça aurait pu être vraiment gênant, n'est-ce pas?",shape=box,color=blue];
		j804247970 -> "Chat ends.";
	j2521065080 [label="+20 Chemistry",color=orange];
		j2521065080 -> j1769187547;
	"Chat ends." [color=orange];
	j1769187547 [label="Merci, Voyageur. Pareil pour moi.",shape=box,color=blue];
		j1769187547 -> "Chat ends.";
}