Fixes some menu issues.

This commit is contained in:
Captain277
2022-02-13 15:00:55 -08:00
parent def3e1028c
commit 8d513145ad
2 changed files with 13 additions and 3 deletions

View File

@@ -236,6 +236,16 @@
subcategory = CAT_TOOL
category = CAT_MISCELLANEOUS
/datum/crafting_recipe/shovel
name = "Shovel"
result = /obj/item/shovel
tools = list(/obj/item/tool/screwdriver)
reqs = list(/obj/item/stack/material/steel = 1,
/obj/item/stack/material/wood = 5)
time = 30
subcategory = CAT_TOOL
category = CAT_MISCELLANEOUS
/*
/datum/crafting_recipe/toolboxhammer
name = "Toolbox Hammer"

View File

@@ -84,7 +84,7 @@
time = 30
tools = list(TOOL_WIRECUTTER)
reqs = list(/obj/item/aicard = 1,
"potato" = 1,
/obj/item/cell/potato = 1,
/obj/item/stack/cable_coil = 5)
category = CAT_ROBOT
@@ -94,6 +94,6 @@
time = 30
tools = list(TOOL_WIRECUTTER)
reqs = list(/obj/item/aicard = 1,
"pumpkin" = 1,
/obj/item/stack/cable_coil = 5)
/obj/item/clothing/head/pumpkinhead = 1,
/obj/item/stack/cable_coil = 5)
category = CAT_ROBOT