fixes empty sandbags (#22071)

This commit is contained in:
Cocacolagua
2023-08-25 16:17:07 +01:00
committed by GitHub
parent 09781fd2b0
commit 6f8abfd3f7
2 changed files with 1 additions and 1 deletions
@@ -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)