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

Alright guys, you get one extra episode because I managed to make this as I was releasing the other ones! Expect a hiatus announcement soon. But enjoy some extra soup.

Comments (111)

Avatar
New

Nakey Broccolini was not on the bingo for the 100th episode BTW congratulations on 100 very nice milestone

Avatar
Regular

okayyy

so, broccoli obviously is struggling with being as "perfect" as lady doris, i mean, constantly having god right there, having constant pressure to be "polite and good" cant be good for your self esteem

Avatar
New

The whole "only my mind is safe" is such a good representation of what religious trauma can feel like, also love how you do dream scenes

Avatar
Senior

The freaking out over whether someone can read your mind and immediately involuntarily jumping to the worst thoughts you can come up with is so relatable. “Don’t think of a pink elephant” moment.

Avatar
New

I've always found not thinking of a pink elephant really easy. All I have to do is not have someone tell me. Coincidentally I am always told when it is required so I suck when I have to but that's jsut a coincdience

Avatar
Regular

The artstyle is a smidge uncanny but Doris (or the princess?) still looks very pretty :3

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