reverts every change slowing down developement of this PR

This commit is contained in:
Dan-Neposh
2021-01-21 23:42:23 -05:00
parent 04d5721c4d
commit 48d8ffc9a7
10 changed files with 5 additions and 40 deletions
@@ -84,16 +84,6 @@
name = "clockwork board (Report This)"
icon_state = "clock_mod"
/obj/item/circuitboard/machine/clockwork/generator
name = "clockwork generator (machine board)"
icon_state = "clock_mod"
build_path = /obj/machinery/power/port_gen/pacman/clockwork
req_components = list(
/obj/item/clockwork/component/replicant_alloy = 1,
/obj/item/clockwork/component/vanguard_cogwheel = 3,
/obj/item/clockwork/component/geis_capacitor = 2,
/obj/item/stack/tile/brass = 5)
/obj/item/circuitboard/machine/clonescanner
name = "Cloning Scanner (Machine Board)"
build_path = /obj/machinery/dna_scannernew
@@ -630,7 +630,6 @@ GLOBAL_LIST_INIT(brass_recipes, list ( \
new/datum/stack_recipe("brass table frame", /obj/structure/table_frame/brass, 1, time = 5, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("brass anvil", /obj/structure/anvil/obtainable/ratvar, 10, time = 15, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("brass furnace", /obj/structure/furnace/infinite/ratvar, 10, time = 15, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("clockwork generator", /obj/machinery/power/port_gen/pacman/clockwork, 15, time = 20, one_per_turf = TRUE, on_floor = TRUE), \
null, \
new/datum/stack_recipe("sender - pressure sensor", /obj/structure/destructible/clockwork/trap/trigger/pressure_sensor, 2, time = 20, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("sender - mech sensor", /obj/structure/destructible/clockwork/trap/trigger/pressure_sensor/mech, 2, time = 20, one_per_turf = TRUE, on_floor = TRUE), \