diff --git a/code/game/objects/items/circuitboards/machine_circuitboards.dm b/code/game/objects/items/circuitboards/machine_circuitboards.dm index 1aa5780b880..c0b618e630d 100644 --- a/code/game/objects/items/circuitboards/machine_circuitboards.dm +++ b/code/game/objects/items/circuitboards/machine_circuitboards.dm @@ -141,7 +141,7 @@ /obj/item/circuitboard/machine/tesla_coil name = "Tesla Controller (Machine Board)" greyscale_colors = CIRCUIT_COLOR_ENGINEERING - desc = "You can use a screwdriver to switch between Research and Power Generation." + desc = "Does not let you shoot lightning from your hands." build_path = /obj/machinery/power/tesla_coil req_components = list(/obj/item/stock_parts/capacitor = 1) needs_anchored = FALSE @@ -222,6 +222,7 @@ /obj/item/circuitboard/machine/rad_collector name = "Radiation Collector (Machine Board)" greyscale_colors = CIRCUIT_COLOR_ENGINEERING + desc = "Comes with a small amount solder of arranged in the corner: \"If you can read this, you're too close.\"" build_path = /obj/machinery/power/rad_collector req_components = list( /obj/item/stack/cable_coil = 5, diff --git a/strings/tips.txt b/strings/tips.txt index 624f14f87a6..f1a182abdd2 100644 --- a/strings/tips.txt +++ b/strings/tips.txt @@ -103,8 +103,6 @@ As an Engineer, you can temporarily power the station solely with the solar arra As an Engineer, you can cool the supermatter crystal by spraying it with a fire extinguisher. Only for the brave! As an Engineer, you can repair windows by using a welding tool on them while not in combat mode. As an Engineer, you can lock APCs, fire alarms, emitters and radiation collectors using your ID card to prevent others from disabling them. -As an Engineer, you can convert tesla coils into corona analyzers by using a screwdriver on the circuit board. They will produce less power, but generate research points! -As an Engineer, you can use radiation collectors to generate research points. Load them with a 50/50 oxygen/tritium tank and use a multitool to switch them to research mode. As an Engineer, don't underestimate the humble P.A.C.M.A.N. generators. With upgraded parts, a couple units working in tandem are sufficient to take over for an exploded engine or shattered solars. As an Engineer, your departmental protolathe and circuit printer can manufacture the necessary circuit boards and components to build just about anything. Make extra medical machinery everywhere! Build a gibber for security! Set up an array of emitters pointing down the hall! The possibilities are endless! As an Engineer, you can pry open secure storage blast doors by disabling the engine room APC's main breaker. This is obviously a bad idea if the engine is running.