Remove remaining references to research point generation through power generation (#61294)

Radiation collectors and tesla coils being able to create research points was removed in 92209dd. This stops references to power-based research point generation from appearing.

Research by power is long gone

Restore flavor to power collecting circuitboards
H/T EricZilla
This commit is contained in:
esainane
2021-09-09 17:39:58 -07:00
committed by GitHub
parent b89756cd38
commit d240eb9d9d
2 changed files with 2 additions and 3 deletions
@@ -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,