mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 17:22:23 +00:00
Readded the crafting to tables
Well at least now i can brag about how you can do this with just few lines Conflicts: code/game/objects/structures/tables_racks.dm
This commit is contained in:
@@ -25,7 +25,7 @@ var/global/datum/crafting_controller/crafting_master = new()
|
||||
reqs = list(/obj/item/weapon/handcuffs/cable = 1,
|
||||
/obj/item/stack/cable_coil = 1,
|
||||
/obj/item/device/assembly/igniter = 1,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/soda_cans = 1,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/cans = 1,
|
||||
/datum/reagent/fuel = 10)
|
||||
time = 80
|
||||
|
||||
@@ -35,9 +35,9 @@ var/global/datum/crafting_controller/crafting_master = new()
|
||||
reqs = list(/obj/item/weapon/handcuffs/cable = 1,
|
||||
/obj/item/stack/rods = 1,
|
||||
/obj/item/weapon/wirecutters = 1,
|
||||
/obj/item/weapon/stock_parts/cell = 1)
|
||||
/obj/item/weapon/cell = 1)
|
||||
time = 80
|
||||
parts = list(/obj/item/weapon/stock_parts/cell = 1)
|
||||
parts = list(/obj/item/weapon/cell = 1)
|
||||
|
||||
/datum/crafting_recipe/ed209
|
||||
name = "ED209"
|
||||
@@ -50,7 +50,7 @@ var/global/datum/crafting_controller/crafting_master = new()
|
||||
/obj/item/stack/sheet/metal = 5,
|
||||
/obj/item/stack/cable_coil = 5,
|
||||
/obj/item/weapon/gun/energy/taser = 1,
|
||||
/obj/item/weapon/stock_parts/cell = 1,
|
||||
/obj/item/weapon/cell = 1,
|
||||
/obj/item/device/assembly/prox_sensor = 1,
|
||||
/obj/item/robot_parts/r_arm = 1)
|
||||
tools = list(/obj/item/weapon/weldingtool, /obj/item/weapon/screwdriver)
|
||||
|
||||
Reference in New Issue
Block a user