digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"EleanorBirthdayConvo2 begins." [color=orange];
		"EleanorBirthdayConvo2 begins." -> j4129224432;
		"EleanorBirthdayConvo2 begins." -> j2584563269;
	j4129224432 [label="Congratulations on surviving to another birthday!",shape=box,color=red];
		j4129224432 -> j2668057317;
	j2584563269 [label="Happy Birthday, Eleanor. I’m glad you’re still here.",shape=box,color=red];
		j2584563269 -> j858441309;
	j2668057317 [label="You didn’t check. Luckily for you I am indeed alive right now. Because this could have been bloody awkward, couldn’t it?",shape=box,color=blue];
		j2668057317 -> "Chat ends.";
	j858441309 [label="+20 Chemistry",color=orange];
		j858441309 -> j4182822112;
	"Chat ends." [color=orange];
	j4182822112 [label="Thank you, dear Drifter. So am I.",shape=box,color=blue];
		j4182822112 -> "Chat ends.";
}