mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user