Material hotfix (#19599)

* Moves MISC to proper spot

Moves table frames to being in furn out from misc.

Gets rid of a duplicate ladder assembly.

* Reflector
This commit is contained in:
Cameron Lennox
2026-07-11 05:10:49 -04:00
committed by GitHub
parent 5910929c1b
commit 78ee44b05b
3 changed files with 20 additions and 27 deletions
@@ -124,8 +124,3 @@
if(above.created_name) L.name = above.created_name
L.attempt_connection()
qdel(above)
// Make them constructable in hand
/datum/material/steel/generate_recipes()
..()
recipes += new/datum/stack_recipe("ladder assembly", /obj/structure/ladder_assembly, 4, time = 50, one_per_turf = 1, on_floor = 1)