Skip to content

Commit

Permalink
Update code/obj/machinery/singularity.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
itchybones and pgmzeta authored Dec 8, 2023
1 parent 1a4c045 commit 8b54acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/obj/machinery/singularity.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>Radiation Collector Arrays</b>, 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 <b>wrench</b>."})
HELP_MESSAGE_OVERRIDE({"Transfers the energy from cardinally adjacent <b>Radiation Collector Arrays</b> \
to the wire below it as usable electric power. \
It can be bolted or unbolted to the floor with a <b>wrench</b>."})

/obj/machinery/power/collector_control/New()
..()
Expand Down

0 comments on commit 8b54acb

Please sign in to comment.