Broccoli Soup Broccoli Soup
  1. image
  2. image

Comments (21)

Avatar
New

That is definitely a dog and I definitely do not love them very much. I am definitely not getting attached

Avatar
Regular

So since tea never cools, is that like an eternal hotspot? also I love how the website is set up, cozy yet unsettling. The buttons remind me of Coraline. I like the rift in the void looking like torn fabric.

Avatar
Regular

I think the tea just slowly evaporates over time until it's all boiled up since there's no entropy.

Avatar
Regular

did you know that pigeons make milk?

Avatar
New

Yes

Avatar
New

From you of course! :3

Avatar
New

What is going on here? Why is this comment in all the chapters so far?

Avatar
New

So do scorpions.

Avatar
Regular

Ahhh yes, waffles "the very not at all evil, very much a dog" Abbadon

Avatar
Senior

I'm pretty sure that they added 1 line of dialogue that wasn't in the webtoon version...

Not complaining, it's just a fun lil detail

Avatar
New

Oh, interesting! That’s really cool, good eye!

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