Merge pull request #30238 from kingofkosmos/fixesingredientsboxsprite

Fixes ingredients-box sprite.
This commit is contained in:
Leo
2017-08-28 16:38:27 -03:00
committed by GitHub

View File

@@ -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)
new /obj/item/pen/fountain(src)