Skip to content

Commit

Permalink
Merge branch 'singulo_stuff_helpmsg' of https://github.com/itchybones…
Browse files Browse the repository at this point in the history
…/goonstation into singulo_stuff_helpmsg
  • Loading branch information
itchybones committed Dec 12, 2023
2 parents 506103e + c882da1 commit 33256df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/obj/machinery/singularity.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ TYPEINFO(/obj/machinery/emitter)
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 \
<b>wrenched</b> and <b>welded</b> down before being usable. The control systems must be unlocked \
<b>wrenched</b> and <b>welded</b> down before being useable. The control systems must be unlocked \
with a valid ID in order to activate the Emitter."})

/obj/machinery/emitter/New()
Expand Down Expand Up @@ -1534,8 +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({"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 <b>wrench</b>."})
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 <b>wrench</b>."})

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

0 comments on commit 33256df

Please sign in to comment.