Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sometimes i cut the brains out of players and they have synthbrains
#1
why???
Reply
#2
I've seen this a couple times and even had it happen to me once or twice. I'm pretty sure there's either a low chance for it to happen or an admin button they like pushing.
Reply
#3
That's a closely guarded secret.
Reply
#4
This thread has been reported to NanoTrasen Inc. for leaking top secret information. Please cease actions on leaking said information. Your memory will be wiped.
Reply
#5
It's also possible to spawn with at least one synth eye! Isn't that novel? I noticed it when I examined the matter eater dropdown list once!

I think it's just some funny randomization built into the game. I've had a synth brain multiple times before.
Reply
#6
This always confused me too, maining Roboticist I see it a weird amount. Some rounds have none, 1 round all 4 i got were synths.

I think the plants are trying to take over Nanotresen

(12-07-2016, 02:53 AM)Gannets Wrote: That's a closely guarded secret.

I will uncover it!!!
Reply
#7
Monkeys will randomly be synthetic as well. They cook just the same.
Reply
#8
https://www.youtube.com/watch?v=PztRwCHSTSU
Reply
#9
This simply points to vegans being a product of nature, not nurture.
Reply
#10
I bet this has something to do with the solarium puzzle. I wonder if the mind-switching machine reacts if one person has a normal brain and the other has a synthbrain.
Reply
#11
Code:
        if (!src.brain)
            if (prob(2))
                src.brain = new /obj/item/organ/brain/synth(src.donor)
            else
                src.brain = new /obj/item/organ/brain(src.donor)
            src.brain.setOwner(src.donor.mind)
            src.brain.donor = src.donor
            organ_list["brain"] = brain
            spawn (20)
                if (src.brain && src.donor)
                    src.brain.name = "[src.donor.real_name]'s [initial(src.brain.name)]"
                    if (src.donor.mind)
src.brain.setOwner(src.donor.mind)
At this point I think I'm the anti-troll.
Reply
#12
centcom has to use cut-rate materials sometimes when sending in a new meatbag to the station
Reply
#13
(12-08-2016, 10:36 AM)misto Wrote: centcom has to use cut-rate materials sometimes when sending in a new synthmeatbag to the station

Fixed that for you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)