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

Comments (38)

Avatar
New

I love that Brogle realizes it's not Doris, when they say sorry, because Doris would not say sorry

(Edited)
Avatar
New

Brogle.

Avatar
New

I think that Student was actually apologizing there, seeing how stressed they made broccoli TwT

Avatar
Regular

I love your profile picture. I'm also bi and trans :P I wish I knew how to put a PFP here. that would be fun!

Avatar
New

OMG NEW ENTRY!!!! I loved that Student is reflecting Brocolli's inner anxieties, love that character moment from them!

This scene especifically, chef's kiss!

> You can't even think can you?

> Everyone's just kind of... pretending you're a person..

> It's good fun isn't it?

> But look at you...

> You're not alive

> You're not alive

> What are you DOING here?

> What are you DOING hereeee?

> WHO ARE YOU TRYING TO FOOL?

Avatar
New

I love the little hints at Student's potential self-awareness. It may have repeated that last sentence, but that questioning inflection was added all on its own.

Avatar
Regular

Plus, they chose a new form when Broccoli asked them to, that's not an animal mimicing, that's a person choosing to obey.

(Edited)
Avatar
Regular

Spooky, I hope Student isn't left alone

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