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

Comments (17)

Avatar
Regular

the 'still does' line hits different rereading it...

(Edited)
Avatar
Regular

I ACCIDENTALLY PRESSED THE THUMBS DOWN INSTEAD OF UP…

Avatar
New

i thumbs upped for you 👍

Avatar
Regular

i am SO using this as my wallpaper

Upload
Avatar
New

Definitely a picture from the JWST telescope !

Avatar
New

Definitely a picture of soup

Avatar
New

"Still does" aw man...

Avatar
New

I agree, people knocking on doors is a scary thing

Avatar
New

People not knocking on doors could also be scary.

Avatar
New

this is amassing

Avatar
Regular

Yh, I agree 😀

Avatar
Regular

real

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