Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sometimes i cut the brains out of players and they have synthbrains
#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


Messages In This Thread
RE: sometimes i cut the brains out of players and they have synthbrains - by Vitatroll - 12-07-2016, 04:23 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)