From 527ff30cdd39781db60c80fad501380439c3addd Mon Sep 17 00:00:00 2001 From: kingofkosmos Date: Sun, 27 Aug 2017 22:05:36 +0300 Subject: [PATCH] Fixes ingredients-box sprite. --- code/game/objects/items/storage/boxes.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index 35fff30e840..cc60c9ba9cc 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -732,7 +732,6 @@ /obj/item/storage/box/ingredients //This box is for the randomely chosen version the chef spawns with, it shouldn't actually exist. name = "ingredients box" illustration = "donk_kit" - icon_state = null /obj/item/storage/box/ingredients/Initialize() ..() @@ -900,4 +899,4 @@ /obj/item/storage/box/fountainpens/PopulateContents() for(var/i in 1 to 7) - new /obj/item/pen/fountain(src) \ No newline at end of file + new /obj/item/pen/fountain(src)