[MIRROR] Remove remaining references to research point generation through power generation (#8081)

* 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

* Remove remaining references to research point generation through power generation

Co-authored-by: esainane <esainane+github@gmail.com>
This commit is contained in:
SkyratBot
2021-09-09 22:53:03 -04:00
committed by GitHub
co-authored by esainane
parent 5d3fc5ee94
commit 3f5dfff58d
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,