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

Comments (23)

Avatar
Regular

did anyone notice that the shadow thingy said "DARK" instead of "dark"? My theory is that it can't do anything to communicate other than copying others, so that was it's way of trying to convey a message while copying

Avatar
New

I think its a reference to a dr who episode, midnight, which also has verbal mimicry

Avatar
New

There's no entropy in the void. Specifically because entropy is over there in thd room looking at sweaters

(Edited)
Avatar
Regular

Why thank you this explains everything!

Avatar
Regular

the tea got cold..?

Avatar
New

holdup forsadowing-(bang!)

*78:...welp, my work here is done

Avatar
New

Oh God, THE TEA GOT COLD...

Avatar
Regular

Broccoli does breaking rules?? whao

Avatar
Regular

false! no rules were broken

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