From 2dea3cf15c4d36b4560649efee8e72adc0e2e77e Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sun, 23 Feb 2020 00:53:42 -0500 Subject: [PATCH] Gives ash sandstone --- code/modules/mining/ores_coins.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mining/ores_coins.dm b/code/modules/mining/ores_coins.dm index 8240724d66..42a8fd2ca6 100644 --- a/code/modules/mining/ores_coins.dm +++ b/code/modules/mining/ores_coins.dm @@ -131,6 +131,10 @@ GLOBAL_LIST_INIT(sand_recipes, list(\ icon_state = "volcanic_sand" singular_name = "volcanic ash pile" +/obj/item/stack/ore/glass/basalt/Initialize(mapload, new_amount, merge = TRUE) + recipes = GLOB.sand_recipes + . = ..() + /obj/item/stack/ore/plasma name = "plasma ore" icon_state = "Plasma ore"