mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +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:
@@ -117,7 +117,8 @@
|
||||
var/see_ghosts = 0 //for the spoop of it
|
||||
|
||||
|
||||
/obj/item/device/camera/CheckParts()
|
||||
/obj/item/device/camera/CheckParts(list/parts_list)
|
||||
..()
|
||||
var/obj/item/device/camera/C = locate(/obj/item/device/camera) in contents
|
||||
if(C)
|
||||
pictures_max = C.pictures_max
|
||||
|
||||
Reference in New Issue
Block a user