From ab29813d4c04d93b56db3659ea16edd7c06e539a Mon Sep 17 00:00:00 2001 From: DZD Date: Wed, 29 Jul 2015 17:32:06 -0400 Subject: [PATCH] Removes MRSPACMAN Generator This used one of the Bay metals as a power source, I removed the actual machine but forgot to remove the design and board. Whoops. Also, fuck people setting object paths as strings instead of actual paths. --- code/game/machinery/constructable_frame.dm | 7 +------ code/modules/research/designs/power_designs.dm | 11 ----------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/code/game/machinery/constructable_frame.dm b/code/game/machinery/constructable_frame.dm index d6fb20dcca1..56e372e9eba 100644 --- a/code/game/machinery/constructable_frame.dm +++ b/code/game/machinery/constructable_frame.dm @@ -401,11 +401,6 @@ to destroy them and players will be able to make replacements. build_path = "/obj/machinery/power/port_gen/pacman/super" origin_tech = "programming=3;powerstorage=4;engineering=4" -/obj/item/weapon/circuitboard/pacman/mrs - name = "Circuit Board (MRSPACMAN-type Generator)" - build_path = "/obj/machinery/power/port_gen/pacman/mrs" - origin_tech = "programming=3;powerstorage=5;engineering=5" - obj/item/weapon/circuitboard/rdserver name = "Circuit Board (R&D Server)" build_path = "/obj/machinery/r_n_d/server" @@ -678,4 +673,4 @@ obj/item/weapon/circuitboard/rdserver origin_tech = "programming=1;engineering=2" req_components = list( /obj/item/weapon/stock_parts/console_screen = 1, - /obj/item/weapon/stock_parts/matter_bin = 3) + /obj/item/weapon/stock_parts/matter_bin = 3) diff --git a/code/modules/research/designs/power_designs.dm b/code/modules/research/designs/power_designs.dm index ec67de5717a..e662e0ab60f 100644 --- a/code/modules/research/designs/power_designs.dm +++ b/code/modules/research/designs/power_designs.dm @@ -59,17 +59,6 @@ build_path = /obj/item/weapon/circuitboard/pacman category = list("Engineering Machinery") -/datum/design/mrspacman - name = "Machine Board (MRSPACMAN-type Generator)" - desc = "The circuit board that for a MRSPACMAN-type portable generator." - id = "mrspacman" - req_tech = list("programming" = 3, "powerstorage" = 5, "engineering" = 5) - build_type = IMPRINTER - reliability_base = 74 - materials = list("$glass" = 2000, "sacid" = 20) - build_path = /obj/item/weapon/circuitboard/pacman/mrs - category = list("Engineering Machinery") - /datum/design/superpacman name = "Machine Board (SUPERPACMAN-type Generator)" desc = "The circuit board that for a SUPERPACMAN-type portable generator."