mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user