From 1d593bc2e399793cfcb1dc7baa68530c043e3bbb Mon Sep 17 00:00:00 2001 From: William Wallace Date: Thu, 23 Apr 2020 03:58:09 +0100 Subject: [PATCH] 'box of beanbags' now has rubbershot box icon (fixing typo) --- code/game/objects/items/storage/boxes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()