From cff2b62736f2cf6a008dc73d06c97f406c4b37c9 Mon Sep 17 00:00:00 2001 From: ProperPants Date: Mon, 28 Mar 2016 22:51:27 -0400 Subject: [PATCH] Deleted a blank line and some unused code that I came across. Tigercat2000 gave me permission. --- code/game/objects/items/stacks/sheets/sheet_types.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index 11db68ec671..84f95a70665 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -107,7 +107,6 @@ var/global/list/datum/stack_recipe/metal_recipes = list ( \ recipes = metal_recipes return ..() - /* * Plasteel */ @@ -116,8 +115,6 @@ var/global/list/datum/stack_recipe/plasteel_recipes = list ( \ new/datum/stack_recipe("Surgery Table", /obj/machinery/optable, 5, time = 50, one_per_turf = 1, on_floor = 1), \ new/datum/stack_recipe("Metal crate", /obj/structure/closet/crate, 10, time = 50, one_per_turf = 1), \ new/datum/stack_recipe("Mass Driver frame", /obj/machinery/mass_driver_frame, 3, time = 50, one_per_turf = 1), \ -// new/datum/stack_recipe("RUST fuel assembly port frame", /obj/item/rust_fuel_assembly_port_frame, 12, time = 50, one_per_turf = 1), \ -// new/datum/stack_recipe("RUST fuel compressor frame", /obj/item/rust_fuel_compressor_frame, 12, time = 50, one_per_turf = 1), \ )