Forgot something else

This commit is contained in:
ProperPants
2016-03-28 22:42:12 -04:00
parent b5c073e58b
commit 937a4c7479
2 changed files with 1 additions and 12 deletions
@@ -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 ..()