From 937a4c7479cd1a918a8069c06488dc6b1237c0e3 Mon Sep 17 00:00:00 2001 From: ProperPants Date: Mon, 28 Mar 2016 22:42:12 -0400 Subject: [PATCH] Forgot something else --- code/game/objects/items/stacks/sheets/sheet_types.dm | 12 +----------- .../mob/living/silicon/robot/drone/drone_items.dm | 1 - 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index 215fea9aa98..11db68ec671 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -131,17 +131,7 @@ var/global/list/datum/stack_recipe/plasteel_recipes = list ( \ throwforce = 10.0 flags = CONDUCT origin_tech = "materials=2" -/* Just in case we ever decide to use it -/obj/item/stack/sheet/plasteel/cyborg - name = "plasteel" - singular_name = "plasteel sheet" - desc = "This sheet is an alloy of iron and plasma." - icon_state = "sheet-plasteel" - item_state = "sheet-metal" - materials = list() - throwforce = 10.0 - flags = CONDUCT -*/ + /obj/item/stack/sheet/plasteel/New(var/loc, var/amount=null) recipes = plasteel_recipes return ..() diff --git a/code/modules/mob/living/silicon/robot/drone/drone_items.dm b/code/modules/mob/living/silicon/robot/drone/drone_items.dm index 2de1ce34cdd..9eaf627858b 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_items.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_items.dm @@ -160,7 +160,6 @@ //Metal, glass, wood, plastic. var/list/stored_comms = list( "metal" = 0, - "plasteel" = 0, "glass" = 0, "wood" = 0, "plastic" = 0