Makes Gym Equipment Buildable And Disassemblable (#29449)

* ga

* k

* Update sheet_types.dm

* nailed it lol

* Update sheet_types.dm
This commit is contained in:
Osetrokarasek
2025-06-19 22:41:26 +05:00
committed by GitHub
parent 45e4109d80
commit 200512cefb
2 changed files with 48 additions and 3 deletions
@@ -123,7 +123,11 @@ GLOBAL_LIST_INIT(metal_recipes, list(
new /datum/stack_recipe("intercom frame", /obj/item/mounted/frame/intercom, 2),
new /datum/stack_recipe/barsign_frame("bar sign frame", /obj/machinery/barsign, 4),
new /datum/stack_recipe("extinguisher cabinet frame", /obj/item/mounted/frame/extinguisher, 2),
null
null,
new /datum/stack_recipe_list("gym equipment", list(
new /datum/stack_recipe("bench press", /obj/structure/weightmachine/weightlifter, 5, time = 5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
new /datum/stack_recipe("chest press", /obj/structure/weightmachine/stacklifter, 5, time = 5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
)),
))
/obj/item/stack/sheet/metal
@@ -385,6 +389,7 @@ GLOBAL_LIST_INIT(cloth_recipes, list (
new /datum/stack_recipe("rag", /obj/item/reagent_containers/glass/rag, 1),
new /datum/stack_recipe("bedsheet", /obj/item/bedsheet, 3),
new /datum/stack_recipe("empty sandbag", /obj/item/emptysandbag, 4),
new /datum/stack_recipe("punching bag", /obj/structure/punching_bag, 10, time = 5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
null,
new /datum/stack_recipe("blindfold", /obj/item/clothing/glasses/sunglasses/blindfold, 3),
new /datum/stack_recipe("tattered blindfold", /obj/item/clothing/glasses/sunglasses/blindfold/fake, 2),