From f191f5c82707d03fadb6d23d50ad5f86007fe2ce Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 28 Aug 2017 14:39:03 -0500 Subject: [PATCH] Fixes ingredients-box sprite. --- code/game/objects/items/storage/boxes.dm | 2 +- code/game/objects/items/storage/boxes.dm.rej | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 code/game/objects/items/storage/boxes.dm.rej diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index ae45b724b4..6f45530c27 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -890,4 +890,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) diff --git a/code/game/objects/items/storage/boxes.dm.rej b/code/game/objects/items/storage/boxes.dm.rej new file mode 100644 index 0000000000..c7e13676db --- /dev/null +++ b/code/game/objects/items/storage/boxes.dm.rej @@ -0,0 +1,9 @@ +diff a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm (rejected hunks) +@@ -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() + ..()