Broccoli Soup Broccoli Soup
  1. image
  2. image
  3. image
  4. image
  5. image
  6. image
  7. image
  8. image

Comments (21)

Avatar
Regular

i read the M A Y B E T H E Y C O U N T E D W R O N G like it was 5 times louder and closer to the microphone and it just made me laugh so hard.

Avatar
New

I've now heard it that way and it was so perfect, so thank you.

Avatar
New

There's so much that threw me off-guard XD

"THERE'S EVEN ONE MADE ENTIRELY OF CASSEROLE!"

Also, I KNEW THAT OLIVE'S RIGHT EYE WAS BURNT!! CALLED IT! >:D

Avatar
Regular

how does broccoli know NUCLEAR FUSION?!

Avatar
Regular

The nice infographic creature told her! Of course!

Avatar
Senior

Gift of understanding

Avatar
Regular

A room made entirely out of casserole? Located entirely in the kitchen? At this time of year?

Avatar
New

Yes!

Avatar
Regular

...may i see it?

Avatar
New

…No.

Avatar
Regular

But where is room stick?

Avatar
Regular

Lost. Soon to hopefully be found

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; } }); });