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

Comments (28)

Avatar
New

"oh forever ended 5 minutes ago" is the most heart warming thing I have ever read.

Avatar
New

Wow. I just stumbled upon this comic from YouTube. This is so lovely!

Avatar
New

Same here! It really is

Avatar
Regular

Me too!

Avatar
New

yeah, me too!

Avatar
Regular

did you know that pigeons make milk?

Avatar
New

‘Lovely’?

I would say it leans more to ‘polite and good’

Avatar
New

Yes

Avatar
New

same lol

Avatar
New

I as well!

Avatar
Regular

The world is gonna be so good and polite

Avatar
New

Oh come on, lady Doris is such mom. Spoiler alert, she becomes all voodoo when Broccoli cals her "mom". Love the comic, but that confused me

(Edited)
Avatar
Regular

did you know that pigeons make milk?

Avatar
New

Do you think they have pigeon cheese?

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