Broccoli Soup Broccoli Soup
  1. image
  2. image

Comments (24)

Avatar
Regular

Doris: Let me see what you have

Broccoli: a KNIFE!

Doris: NO!

how impolite

Avatar
Regular

did you know that pigeons make milk?¨¨

Avatar
New

Yes

Avatar
Regular

Of course

Avatar
New

From you of course!! :3

Avatar
New

Can confirm as I'm the milk of pigeons

Avatar
New

sadly yes

Avatar
New

Of course!

Avatar
New

You filthy dirty adorable cat

Avatar
New

That’s clearly a dog

Avatar
New

spoilers: re-reading the comic, i just noticed the bandages in the drawer

Avatar
New

How is there already stuff in there?

Avatar
New

Doris must have added them for Broccoli when she made the room I mean Lady Doris needs to make sure Broccoli has ONLY Polite and Good objects... And then Broccoli pulls out her KNIFE

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