Fixes ingredients-box sprite.

This commit is contained in:
CitadelStationBot
2017-08-28 14:39:03 -05:00
parent f3721ff2f0
commit f191f5c827
2 changed files with 10 additions and 1 deletions

View File

@@ -890,4 +890,4 @@
/obj/item/storage/box/fountainpens/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/pen/fountain(src)
new /obj/item/pen/fountain(src)

View File

@@ -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()
..()