mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 03:59:59 +01:00
[MIRROR] Improves crafting code a tiny bit (#3477)
* Improves crafting code a tiny bit (#56937) Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * Improves crafting code a tiny bit * a Co-authored-by: Rohesie <rohesie@gmail.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Mothblocks
Rohesie
Gandalf2k15
parent
bcb0aed2a1
commit
9e07263fdf
@@ -153,7 +153,7 @@
|
||||
name = "Black Market Uplink"
|
||||
result = /obj/item/blackmarket_uplink
|
||||
time = 30
|
||||
tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER, TOOL_MULTITOOL)
|
||||
tool_behaviors = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER, TOOL_MULTITOOL)
|
||||
reqs = list(
|
||||
/obj/item/stock_parts/subspace/amplifier = 1,
|
||||
/obj/item/stack/cable_coil = 15,
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
/datum/reagent/consumable/ethanol/manly_dorf = 5,
|
||||
/obj/item/food/meat/steak/bear = 1,
|
||||
)
|
||||
tools = list(/obj/item/lighter)
|
||||
tool_paths = list(/obj/item/lighter)
|
||||
result = /obj/item/food/bearsteak
|
||||
subcategory = CAT_MEAT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user