From 4d4094a4e2adc9978ffc0d36b23706a044b84f70 Mon Sep 17 00:00:00 2001 From: Wallem <66052067+Wallemations@users.noreply.github.com> Date: Sun, 6 Feb 2022 14:13:21 -0500 Subject: [PATCH] Blacklists all non-basic radios from the Radio Glove crafting recipe (#64641) Some possibilities without this change were: Erasing encryption keys Erasing sec ear-protecting headsets Erasing intercoms Makes it so this doesn't happen anymore. --- code/datums/components/crafting/recipes.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/datums/components/crafting/recipes.dm b/code/datums/components/crafting/recipes.dm index 5258f79ad2e..069b5513d56 100644 --- a/code/datums/components/crafting/recipes.dm +++ b/code/datums/components/crafting/recipes.dm @@ -632,6 +632,10 @@ tool_behaviors = list(TOOL_WIRECUTTER) category = CAT_CLOTHING +/datum/crafting_recipe/radiogloves/New() + ..() + blacklist |= subtypesof(/obj/item/radio) + /datum/crafting_recipe/mixedbouquet name = "Mixed bouquet" result = /obj/item/bouquet