From c73884aea4354b70ad79c6a43e9b2acad54fde07 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 30 May 2019 16:12:40 -0400 Subject: [PATCH] huh... --- code/modules/crafting/recipes.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index c626c9b8c8..fc51739511 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -395,7 +395,6 @@ reqs = list(/obj/item/paper = 5) category = CAT_MISC - /datum/crafting_recipe/flashlight_eyes name = "Flashlight Eyes" result = /obj/item/organ/eyes/robotic/flashlight @@ -536,8 +535,8 @@ /obj/item/stack/sheet/animalhide/ashdrake = 5) category = CAT_PRIMAL -/datum/crafting_recipe/bonearmor - name = "Bone Armor" +/datum/crafting_recipe/bonebag + name = "Bone Satchel" result = /obj/item/storage/backpack/satchel/bone time = 30 reqs = list(/obj/item/stack/sheet/bone = 3,