diff --git a/code/game/objects/items/stacks/sheets/mineral.dm b/code/game/objects/items/stacks/sheets/mineral.dm index 2a4835a7a70..85359257e12 100644 --- a/code/game/objects/items/stacks/sheets/mineral.dm +++ b/code/game/objects/items/stacks/sheets/mineral.dm @@ -187,7 +187,7 @@ GLOBAL_LIST_INIT(sandbag_recipes, list ( name = "empty sandbag" desc = "A bag to be filled with sand." icon = 'icons/obj/stacks/miscellaneous.dmi' - icon_state = "sandbag" + icon_state = "empty-sandbags" w_class = WEIGHT_CLASS_TINY /obj/item/emptysandbag/attackby(obj/item/I, mob/user, params) diff --git a/icons/obj/stacks/miscellaneous.dmi b/icons/obj/stacks/miscellaneous.dmi index ed99d899b19..37b748446dc 100644 Binary files a/icons/obj/stacks/miscellaneous.dmi and b/icons/obj/stacks/miscellaneous.dmi differ