From 78b36831bef06f5f5627a1428c9632da51ca4ed8 Mon Sep 17 00:00:00 2001 From: RatFromTheJungle <62520989+RatFromTheJungle@users.noreply.github.com> Date: Mon, 16 Oct 2023 02:07:12 -0400 Subject: [PATCH] puts the SADs desc into an examine_more (#24349) Update self_actualization_device.dm --- .../code/self_actualization_device.dm | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/modular_skyrat/modules/self_actualization_device/code/self_actualization_device.dm b/modular_skyrat/modules/self_actualization_device/code/self_actualization_device.dm index d50759e484f..08dec35e0de 100644 --- a/modular_skyrat/modules/self_actualization_device/code/self_actualization_device.dm +++ b/modular_skyrat/modules/self_actualization_device/code/self_actualization_device.dm @@ -14,12 +14,7 @@ /obj/machinery/self_actualization_device name = "Self-Actualization Device" - desc = "With the power of modern neurological scanning and synthflesh cosmetic surgery, the Veymed Corporation \ - has teamed up with Nanotrasen Human Resources (and elsewise) to bring you the Self-Actualization Device! \ - Ever revived a patient and had them file a malpractice lawsuit because their head got attached to the wrong body? \ - Just slap 'em in the SAD and turn it on! Their frown will turn upside down as they're reconstituted as their ideal self \ - via the magic technology of brain scanning! Within a few short moments, they'll be popped out as their ideal self, \ - ready to continue on with their day lawsuit-free!" + desc = "A state of the art medical device that can restore someone's phyiscal appearence to the last known database backup." icon = 'modular_skyrat/modules/self_actualization_device/icons/self_actualization_device.dmi' icon_state = "sad_open" circuit = /obj/item/circuitboard/machine/self_actualization_device @@ -42,6 +37,20 @@ "Have more questions about the Self-Actualization Device? Call your nearest Veymed Representative to requisition more information about the Self-Actualization Device!" \ ) + +/obj/machinery/self_actualization_device/examine_more(mob/user) + . = ..() + + . += "With the power of modern neurological scanning and synthflesh cosmetic surgery, the Veymed Corporation \ + has teamed up with Nanotrasen Human Resources (and elsewise) to bring you the Self-Actualization Device! \ + Ever revived a patient and had them file a malpractice lawsuit because their head got attached to the wrong body? \ + Just slap 'em in the SAD and turn it on! Their frown will turn upside down as they're reconstituted as their ideal self \ + via the magic technology of brain scanning! Within a few short moments, they'll be popped out as their ideal self, \ + ready to continue on with their day lawsuit-free!" + + return . + + /obj/machinery/self_actualization_device/update_appearance(updates) . = ..() if(occupant)