From dbb16259cfa3c3ccb8b446870415f49fb807a856 Mon Sep 17 00:00:00 2001 From: TheRyeGuyWhoWillNowDie <70169560+TheRyeGuyWhoWillNowDie@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:03:10 -0700 Subject: [PATCH] it's no longer possible to craft the jaws of recovery out of the jaws of recovery (#96300) ## About The Pull Request i thought this was some sort of strange balance change at first but no it's definitely not intended, this crafting recipe is supposed to basically just be a reskin ability to turn a normal jaws of life into a jaws of recovery. you're not supposed to be able to roundstart shrink the jaws of recovery down to normal size and make them silent and let you break into the pharmacy through the windoors ## Why It's Good For The Game its kinda cringe man --- code/datums/components/crafting/tools.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/datums/components/crafting/tools.dm b/code/datums/components/crafting/tools.dm index 29ea7a60010..b1d2c107866 100644 --- a/code/datums/components/crafting/tools.dm +++ b/code/datums/components/crafting/tools.dm @@ -131,6 +131,10 @@ ) category = CAT_TOOLS +/datum/crafting_recipe/jaws_of_recovery/New() + LAZYADD(blacklist, typecacheof(/obj/item/crowbar/power/paramedic, ignore_root_path = TRUE)) + return ..() + /datum/crafting_recipe/lantern name = "Lantern" result = /obj/item/flashlight/lantern