mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 06:34:45 +01:00
Making datum handling not suck balls too hard
Yeah now it can roughly be called okish
This commit is contained in:
@@ -39,9 +39,7 @@
|
||||
update_icon()
|
||||
update_adjacent()
|
||||
|
||||
craft_holder = new /datum/crafting_holder(src)
|
||||
spawn(10)
|
||||
craft_holder.recipes = crafting_master.all_crafting_recipes
|
||||
craft_holder = new /datum/crafting_holder(src, "table")
|
||||
|
||||
/obj/structure/table/Destroy()
|
||||
update_adjacent()
|
||||
|
||||
Reference in New Issue
Block a user