Making datum handling not suck balls too hard

Yeah now it can roughly be called okish
This commit is contained in:
Razharas
2014-04-30 15:38:01 +04:00
committed by ZomgPonies
parent 9763c1349b
commit 4b2deebec6
2 changed files with 82 additions and 35 deletions
+1 -3
View File
@@ -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()