Thread Rating:
  • 4 Vote(s) - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A little Question and Answer Thread.
Code:
/obj/machinery/computer/cloning/proc/scan_mob(mob/living/carbon/human/subject as mob)
    if ((isnull(subject)) || (!istype(subject, /mob/living/carbon/human)))
        src.temp = "Error: Unable to locate valid genetic data."
        return
    if(!allow_dead_scanning && subject.decomp_stage)
        src.temp = "Error: Failed to read genetic data from subject.<br>Necrosis of tissue has been detected."
        return
    if (!subject.bioHolder || subject.bioHolder.HasEffect("husk"))
        src.temp = "Error: Extreme genetic degredation present."
               return
Looks like what you and Triacontakai said is correct, though I've head the same get passed around.

Well, you can still SR them in the very least. Even if it's easier to do a brain transplant, or even if you could scan them, I'd prefer they get SR'd - it's damned hilarious to have a bunch of husks walking around.
Reply


Messages In This Thread
RE: A little Question and Answer Thread. - by Sov - 03-22-2017, 03:41 AM
RE: A little Question and Answer Thread. - by Bob - 07-27-2017, 01:58 AM
RE: A little Question and Answer Thread. - by Sov - 07-28-2017, 12:50 PM
RE: A little Question and Answer Thread. - by Vitatroll - 09-16-2017, 08:51 PM
RE: A little Question and Answer Thread. - by Sov - 10-12-2017, 12:31 PM
RE: A little Question and Answer Thread. - by Bob - 02-15-2018, 02:16 PM
RE: A little Question and Answer Thread. - by Bob - 02-15-2018, 05:57 PM
RE: A little Question and Answer Thread. - by Bob - 03-15-2018, 04:14 PM
RE: A little Question and Answer Thread. - by Bob - 04-15-2018, 10:58 AM
RE: A little Question and Answer Thread. - by Bob - 04-15-2018, 02:10 PM
RE: A little Question and Answer Thread. - by Sov - 06-26-2018, 09:06 AM

Forum Jump:


Users browsing this thread: 5 Guest(s)