From 1d630199d94228b5dc677155e54d7ddc49eaf660 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Sat, 15 Feb 2025 20:31:39 -0500 Subject: [PATCH] blacklist (#17160) --- code/modules/xenoarcheaology/finds/find_spawning.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/xenoarcheaology/finds/find_spawning.dm b/code/modules/xenoarcheaology/finds/find_spawning.dm index 14357d62d46..8be3750910b 100644 --- a/code/modules/xenoarcheaology/finds/find_spawning.dm +++ b/code/modules/xenoarcheaology/finds/find_spawning.dm @@ -203,6 +203,7 @@ apply_material_decorations = FALSE var/possible_object_paths = list() possible_object_paths += subtypesof(/obj/item/stack/material) + possible_object_paths -= typesof(/obj/item/stack/material/cyborg) //I looked through the code for any materials that should be banned...Most of the "DO NOT EVER GIVE THESE TO ANYONE EVER" materials are only in their /datum form and the ones that have sheets spawn in as normal sheets (ex: hull datums) so...This is here in case it's needed in the future. var/list/banned_sheet_materials = list( // Include if you enable in the .dme /obj/item/stack/material/debug