From 8b54acb320889cfe4344739a79c3fa5e28adc4f9 Mon Sep 17 00:00:00 2001 From: Chasu <129314692+itchybones@users.noreply.github.com> Date: Fri, 8 Dec 2023 06:52:20 +0100 Subject: [PATCH 1/4] Update code/obj/machinery/singularity.dm Co-authored-by: Ryan --- code/obj/machinery/singularity.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/obj/machinery/singularity.dm b/code/obj/machinery/singularity.dm index 9444558cca87d..30d14ec772714 100644 --- a/code/obj/machinery/singularity.dm +++ b/code/obj/machinery/singularity.dm @@ -1534,9 +1534,9 @@ TYPEINFO(/obj/machinery/power/collector_control) var/list/obj/machinery/the_singularity/S = null deconstruct_flags = DECON_WELDER | DECON_MULTITOOL | DECON_CROWBAR | DECON_WRENCH - HELP_MESSAGE_OVERRIDE({"Outputs the energy harvested by the Radiation Collector Arrays, which have to be cardinally adjacent \ - to the controller, as useable electrical power to the wire below it. It can be bolted or \ - unbolted to the floor with a wrench."}) + HELP_MESSAGE_OVERRIDE({"Transfers the energy from cardinally adjacent Radiation Collector Arrays \ + to the wire below it as usable electric power. \ + It can be bolted or unbolted to the floor with a wrench."}) /obj/machinery/power/collector_control/New() ..() From 38fb45f3bb18a8d82248058886895bcf35163f50 Mon Sep 17 00:00:00 2001 From: Chasu <129314692+itchybones@users.noreply.github.com> Date: Fri, 8 Dec 2023 06:53:06 +0100 Subject: [PATCH 2/4] Update code/obj/machinery/singularity.dm Too bold! Co-authored-by: TobleroneSwordfish <20713227+TobleroneSwordfish@users.noreply.github.com> --- code/obj/machinery/singularity.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/obj/machinery/singularity.dm b/code/obj/machinery/singularity.dm index 30d14ec772714..ff8b14d8ede79 100644 --- a/code/obj/machinery/singularity.dm +++ b/code/obj/machinery/singularity.dm @@ -1110,7 +1110,7 @@ TYPEINFO(/obj/machinery/emitter) var/obj/machinery/power/data_terminal/link = null var/datum/projectile/current_projectile = new/datum/projectile/laser/heavy - HELP_MESSAGE_OVERRIDE({"The Emitter shoots laser bolts at Containment Field Generators to power them. Has to be \ + HELP_MESSAGE_OVERRIDE({"The Emitter shoots laser bolts at Containment Field Generators to power them. Has to be \ wrenched and welded down before being useable. The control systems must be unlocked \ with a valid ID in order to activate the Emitter."}) From 6616e3b91bf7e65f047997a5d88ec6783442a242 Mon Sep 17 00:00:00 2001 From: Chasu <129314692+itchybones@users.noreply.github.com> Date: Fri, 8 Dec 2023 06:53:56 +0100 Subject: [PATCH 3/4] Update code/obj/machinery/singularity.dm Too bold, again Co-authored-by: TobleroneSwordfish <20713227+TobleroneSwordfish@users.noreply.github.com> --- code/obj/machinery/singularity.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/obj/machinery/singularity.dm b/code/obj/machinery/singularity.dm index ff8b14d8ede79..6ab6e5bb4bacd 100644 --- a/code/obj/machinery/singularity.dm +++ b/code/obj/machinery/singularity.dm @@ -1398,7 +1398,7 @@ TYPEINFO(/obj/machinery/power/collector_array) var/obj/item/tank/plasma/P = null var/obj/machinery/power/collector_control/CU = null deconstruct_flags = DECON_WELDER | DECON_MULTITOOL | DECON_CROWBAR | DECON_WRENCH - HELP_MESSAGE_OVERRIDE({"Must be cardinally adjacent to a Radiation Collector Controller to function. \ + HELP_MESSAGE_OVERRIDE({"Must be cardinally adjacent to a Radiation Collector Controller to function. \ It can be bolted or unbolted to the floor with a wrench."}) /obj/machinery/power/collector_array/New() From c882da1cf73e487560e0b58a8f48c4dd44b26b9d Mon Sep 17 00:00:00 2001 From: Chasu <129314692+itchybones@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:32:54 +0100 Subject: [PATCH 4/4] Update code/obj/machinery/singularity.dm Co-authored-by: Ryan --- code/obj/machinery/singularity.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/obj/machinery/singularity.dm b/code/obj/machinery/singularity.dm index 6ab6e5bb4bacd..2ae6d28ec2953 100644 --- a/code/obj/machinery/singularity.dm +++ b/code/obj/machinery/singularity.dm @@ -62,7 +62,7 @@ TYPEINFO(/obj/machinery/the_singularitygen) var/bhole = 0 // it is time. we can trust people to use the singularity For Good - cirr HELP_MESSAGE_OVERRIDE({"Automatically creates a singularity when all surrounding containment fields are active.\ - Can be anchord/unanchored with a wrench"}) + Can be anchored/unanchored with a wrench"}) /obj/machinery/the_singularitygen/process() var/max_radius = singularity_containment_check(get_turf(src))