Broccoli Soup Broccoli Soup
image

Comments (17)

Avatar
New

broccoli's first existential crisis, yayy ;_;

Avatar
Senior

My second favourite episode :0

I also wrote a song based off this one eeeee

Avatar
New

You did? Do tell

Avatar
New

Yeah that sounds COOL!

Avatar
Senior

Peel off a glove

Limbs covered in stitches

Wonder what I'm made of.

Look in the mirror

The face that looks back

Makes me ask 'am I here?'

I'm not terribly sure that I am real

I don't like looking at my hands

Because my hands look like hands of someone who's not real

I don't like looking at my arms

Because my arms look like arms of someTHING that's not real

I don't like looking at my face

My mind's up in space

Eyes that stare back

Cold, empty, black

Hard and as dead as stone

Will have I have to face this alone?

Thread tied in crosses

Wonder if I've lost it...

I don't think there's a cure

But for 1 thing I'm sure:

Is that

IF I AM NOT REAL

I HAVE NOTHING to fear.

Avatar
New

when the protective dissociation hits

Avatar
Regular

Remember you SHOULD fear Nothing.

Avatar
Regular

Was a proper noun and capital N

Avatar
Regular

They're fine. Everything is fine. They aren't a fully sentient being made by a lonely old/young thing who wanted a playmate at all!

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