Broccoli Soup Broccoli Soup
  1. image
  2. image
  3. image

Comments (8)

Avatar
Regular

There is a huge red eye in the background watching the court case, and we know now that doris has red eyes, so thats her watching this withiut anyones knowledge. Also it means that she probably could sit on the throne, but chose not to.

Avatar
Regular

It seems to have appeared twice- the second time it doesn't look like an eye, but is the same shape... and both times, it was behind waffles. WHY????

Avatar
New

think this:wafalls is supposed to be evil, the opposite of doris, so in a way, the ying is watching the yang

Avatar
Regular

Is good and polite? Or is not?

Avatar
Regular

More web imagery in the last panel... fascinating

Avatar
Regular

SQUEEEESH

Avatar
New

Just like Adam and eve before having the knowledge of good and evil

Add Comment

* Required information
8000
Drag & drop images (max 3)
Captcha Image
Powered by Commentics

Want to know when the comic updates? Subscribe to my newsletter!

jQuery(document).ready(function () { var alt_down = false; jQuery(document).keyup(function(e) { if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus')) return; if(e.which == 18) { alt_down = false; } }); jQuery(document).keydown(function(e) { var url = false; if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus') || alt_down) return; if (e.which == 37) { // Left arrow key code url = jQuery('comic_url_prev').attr('href'); } else if (e.which == 39) { // Right arrow key code url = jQuery('a.comic-nav-next').attr('href'); } else if (e.which == 18) { // Alt key code alt_down = true; } if (url) { window.location = url; } }); });