digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"MinervaBirthdayConvo2 begins." [color=orange];
		"MinervaBirthdayConvo2 begins." -> j2998077622;
		"MinervaBirthdayConvo2 begins." -> j623446088;
	j2998077622 [label="Are you and Velimir going to get to spend time together today for your birthday?",shape=box,color=red];
		j2998077622 -> j2696256640;
	j623446088 [label="Any plans for your birthday today?",shape=box,color=red];
		j623446088 -> j1811999081;
	j2696256640 [label="Check boolean MinVelTogether",color=orange];
		j2696256640 -> j356096825 [label=true,color=green];
		j2696256640 -> j3536838380 [label=false,color=brown];
	j1811999081 [label="MomToxicated: Casually commit international war crimes. Drinks.",shape=box,color=blue];
		j1811999081 -> j3450763367;
	j356096825 [label="+20 Chemistry",color=orange];
		j356096825 -> j1326420837;
	j3536838380 [label="MomToxicated: It would likely just end up with more bickering.",shape=box,color=blue];
		j3536838380 -> "Chat ends.";
	j3450763367 [label="MomToxicated: You know. The usual.",shape=box,color=blue];
		j3450763367 -> "Chat ends.";
	j1326420837 [label="MomToxicated: We are. And I'll leave the details up to your imagination. Where they belong.  ;)",shape=box,color=blue];
		j1326420837 -> "Chat ends.";
	"Chat ends." [color=orange];
}