digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurSpaghetti begins." [color=orange];
		"ArthurSpaghetti begins." -> j2916436129;
	j2916436129 [label="You okay?",shape=box,color=blue];
		j2916436129 -> j1198869926;
		j2916436129 -> j2291803852;
	j1198869926 [label="ARTHUR WHY",shape=box,color=red];
		j1198869926 -> j2258563448;
	j2291803852 [label="The texture... dear Sol... the texture...",shape=box,color=red];
		j2291803852 -> j2258563448;
	j2258563448 [label="I know that square spaghetti didn't turn out... quite right.",shape=box,color=blue];
		j2258563448 -> j3716147689;
		j2258563448 -> j2242208022;
	j3716147689 [label="WHY WAS IT BOUNCY?!",shape=box,color=red];
		j3716147689 -> j1351040276;
	j2242208022 [label="Why do you hate me...?",shape=box,color=red];
		j2242208022 -> j1351040276;
	j1351040276 [label="The gelatin balance was off. It'll be better next time.",shape=box,color=blue];
		j1351040276 -> j2817762688;
		j1351040276 -> j1015887066;
	j2817762688 [label="THERE WILL BE NO NEXT TIME",shape=box,color=red];
		j2817762688 -> j434348558;
	j1015887066 [label="Please have mercy...",shape=box,color=red];
		j1015887066 -> j434348558;
	j434348558 [label="I'll make you some soup. Normal, non-square soup. How's that sound?",shape=box,color=blue];
		j434348558 -> j3009562921;
		j434348558 -> j2239268158;
	j3009562921 [label="NO MORE POISON",shape=box,color=red];
		j3009562921 -> j2477290385;
	j2239268158 [label="Just... no gelatin.",shape=box,color=red];
		j2239268158 -> j2866856528;
	j2477290385 [label="+20 Chemistry",color=orange];
		j2477290385 -> j3845292128;
	j2866856528 [label="+20 Chemistry",color=orange];
		j2866856528 -> j664058178;
	j3845292128 [label="Nah. Poison's not my speed. Trust me.",shape=box,color=blue];
		j3845292128 -> "Chat ends.";
	j664058178 [label="Promise.",shape=box,color=blue];
		j664058178 -> "Chat ends.";
	"Chat ends." [color=orange];
}