mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Turns tablecrafting into personal crafting (#17341)
* Converts tablecrafting to datums * Adds crafting.dm Adds crafting.dm * Fix merge conflicts Fix merge conflicts * Fixes dme * Fixes returns Fixes returns * Only check hands and remove old paths Only check hands and remove old paths * Recipe fixes Recipe fixes * Removed action button Removed action button Added small ui button to inventory near the intent wheel Removed debug href_list is not longer /list * Added adjucent checks Added adjucent checks * Snacks now get chems from parts Snacks now get chems from parts * Complex food fuckery fixed Complex food fuckery fixed * Fixes old recipe Fixes old recipe * Fix to infinite loops in reagent extraction Fix to infinite loops in reagent extraction It was finding old empty containers and tries to extract from them * Fixes hands not checking Fixes hands not checking * Fixes reagents fucking up Fixes reagents fucking up * Even more reagent fuck ups fixed and comments Even more reagent fuck ups fixed and comments * Fixes all the shit i could find Fixes all the shit i could find * Removes debug and mechs Removes debug and mechs * Argument renaming Argument renaming * Fixes all argument names Fixes all argument names * Final fix of arguments Final fix of arguments
This commit is contained in:
@@ -368,14 +368,14 @@
|
||||
w_class = 3
|
||||
burn_state = LAVA_PROOF
|
||||
|
||||
/datum/table_recipe/oar
|
||||
/datum/crafting_recipe/oar
|
||||
name = "goliath bone oar"
|
||||
result = /obj/item/weapon/oar
|
||||
reqs = list(/obj/item/stack/sheet/bone = 2)
|
||||
time = 15
|
||||
category = CAT_PRIMAL
|
||||
|
||||
/datum/table_recipe/boat
|
||||
/datum/crafting_recipe/boat
|
||||
name = "goliath hide boat"
|
||||
result = /obj/vehicle/lavaboat
|
||||
reqs = list(/obj/item/stack/sheet/animalhide/goliath_hide = 3)
|
||||
|
||||
Reference in New Issue
Block a user