mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] Fixes lead not being grindable (#12207)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
co-authored by
Guti
parent
0e9be19b1d
commit
fae9503a43
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user