Broccoli Soup Broccoli Soup
image

Comments (28)

Avatar
New

i want a show based off of this

Avatar
Regular

NOT "WANT" WE "NEED" A SHOW LIKE THIS! 🩷🧸👑

Avatar
Regular

so badly

Avatar
Regular

no waffles is a dog you buffoon!!

Avatar
Regular

It's Doris' dog, she can call it what she wants.

Avatar
Regular

That song was polite and good

Avatar
New

That song was "polite and good" though it was also "impolite and bad" if it has both, what does that mean? It means you're...Polite but does it mean you're good? (It'd be interesting if we had a inverted version of this song "the impolite and bad")

Avatar
New

MUSIC!!!

Avatar
New

That's one to keep

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