Merge pull request #9238 from FalseIncarnate/italian_kitchen

Fixes invisible egg and donut boxes
This commit is contained in:
Fox McCloud
2018-07-22 16:39:36 -04:00
committed by GitHub
3 changed files with 2 additions and 4 deletions
@@ -371,7 +371,7 @@
*/
/obj/item/storage/bag/tray
name = "tray"
icon = 'icons/obj/food/food.dmi'
icon = 'icons/obj/food/containers.dmi'
icon_state = "tray"
desc = "A metal tray to lay food on."
force = 5
@@ -14,7 +14,7 @@
*/
/obj/item/storage/fancy/
icon = 'icons/obj/food/food.dmi'
icon = 'icons/obj/food/containers.dmi'
icon_state = "donutbox6"
name = "donut box"
burn_state = FLAMMABLE
@@ -43,7 +43,6 @@
*/
/obj/item/storage/fancy/donut_box
icon = 'icons/obj/food/food.dmi'
icon_state = "donutbox6"
icon_type = "donut"
name = "donut box"
@@ -61,7 +60,6 @@
*/
/obj/item/storage/fancy/egg_box
icon = 'icons/obj/food/food.dmi'
icon_state = "eggbox"
icon_type = "egg"
name = "egg box"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB