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

Comments (36)

Avatar
New

Well, that was a huge lore drop. A knife that can cut through anything, huh? Does that include Doris?

Avatar
Regular

Yes, but that question is IMPOLITE AND BAD..

Avatar
New

thats a very impolite and bad question

Avatar
Regular

also it's literally called the godkiller

Avatar
Regular

Agree. Very impolite and bad

Avatar
New

this is by far my most favorite page :3

Avatar
Regular

This is by far, a page.

Avatar
New

Nah

Avatar
New

I love the olive tree :D (kinda forgot if he said his name is Olive Tree- shhhhh)

Avatar
Regular

I thought they were a girl?

Avatar
Senior

I think olive uses they/them

Avatar
New

Olive does in fact use they/them

Avatar
New

this is by far my yesist favorite page :P

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