mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 09:32:15 +00:00
Fixes some menu issues.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user