Merge pull request #6576 from Citadel-Station-13/upstream-merge-37564

[MIRROR] Actually links mineral sprites with their new location
This commit is contained in:
LetterJay
2018-04-30 22:34:53 -05:00
committed by GitHub
@@ -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