digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieBirthdayConvo2 begins." [color=orange];
		"LettieBirthdayConvo2 begins." -> j1119109351;
		"LettieBirthdayConvo2 begins." -> j3283985465;
	j1119109351 [label="Happy Birthday! I'm sure everybody in the med tent appreciate you working. :)",shape=box,color=red];
		j1119109351 -> j2195545428;
	j3283985465 [label="Happy Birthday, Lettie! Do you get a day off today? Or at least to sit down?",shape=box,color=red];
		j3283985465 -> j582678311;
	j2195545428 [label="Sí\nSure",shape=box,color=blue];
		j2195545428 -> "Chat ends.";
	j582678311 [label="+20 Chemistry",color=orange];
		j582678311 -> j3181384863;
	"Chat ends." [color=orange];
	j3181384863 [label="Hah!\nI wish\nI do get off early, though. Good enough for me.",shape=box,color=blue];
		j3181384863 -> "Chat ends.";
}