diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index ea9f3b7abf0..6b49dcda099 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -856,7 +856,7 @@ /obj/item/storage/box/beanbag name = "box of beanbags" desc = "A box full of beanbag shells." - illustration = "rubbershot_box" + icon_state = "rubbershot_box" illustration = null /obj/item/storage/box/beanbag/PopulateContents()