Broccoli Soup Broccoli Soup
image

Comments (8)

Avatar
New

Has Doris mentioned clowns in conversation, and if so, what is their opinion on clowns and their clownery?

Avatar
New

At least according to Broccoli, clowns are impolite and good, so honestly no clue.

Avatar
New

My guess is something clown shaped is in the everything store and thus sucre mentioned them

Avatar
New

Rouxls Kaard reference???

Avatar
New

Hello Brocoli, would you like to be friends with my friend Jammy? she'd really like to be.

Avatar
Regular

If you need help figuring it out, I could help, I know how to code stuff and sites. It would be polite and good to help if you need it I think

Avatar
Regular

youre... 7 months late. they already figured it out

Avatar
New

hi broccoli how do you decide what is polite and what is good?

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