From fae9503a432b1753627e902924e55295f00ebb8d Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 4 Jan 2026 04:24:24 -0700 Subject: [PATCH] [MIRROR] Fixes lead not being grindable (#12207) Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> --- code/_helpers/global_lists.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/_helpers/global_lists.dm b/code/_helpers/global_lists.dm index b333feb349..3ac2b9e9b7 100644 --- a/code/_helpers/global_lists.dm +++ b/code/_helpers/global_lists.dm @@ -1498,6 +1498,7 @@ GLOBAL_LIST_INIT(sheet_reagents, list( //have a number of reagents divisible by /obj/item/stack/material/sandstone = list(REAGENT_ID_SILICON, REAGENT_ID_OXYGEN), /obj/item/stack/material/marble = list(REAGENT_ID_CALCIUM), /obj/item/stack/material/titanium = list(REAGENT_ID_ALUMINIUM), + /obj/item/stack/material/lead = list(REAGENT_ID_LEAD), // Nuclear /obj/item/stack/material/mhydrogen = list(REAGENT_ID_HYDROGEN), /obj/item/stack/material/deuterium = list(REAGENT_ID_HYDROGEN),