From 07bbc4d3afcf235c5fdf7611c60441b307008471 Mon Sep 17 00:00:00 2001 From: pigeons Date: Sun, 29 Apr 2018 20:07:47 -0400 Subject: [PATCH] Actually links mineral sprites with their new location (#37564) Fixes sprites being broken --- code/game/objects/items/stacks/sheets/mineral.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/game/objects/items/stacks/sheets/mineral.dm b/code/game/objects/items/stacks/sheets/mineral.dm index 02febc9a0e..c38536c72f 100644 --- a/code/game/objects/items/stacks/sheets/mineral.dm +++ b/code/game/objects/items/stacks/sheets/mineral.dm @@ -19,9 +19,6 @@ Mineral Sheets - Abductor */ -/obj/item/stack/sheet/mineral - icon = 'icons/obj/mining.dmi' - /obj/item/stack/sheet/mineral/Initialize(mapload) pixel_x = rand(-4, 4) pixel_y = rand(-4, 4) @@ -63,7 +60,6 @@ GLOBAL_LIST_INIT(sandstone_recipes, list ( \ /obj/item/stack/sheet/mineral/sandbags name = "sandbags" - icon = 'icons/obj/stack_objects.dmi' icon_state = "sandbags" singular_name = "sandbag" layer = LOW_ITEM_LAYER