Fixes issue 1211 - Invisible toasts were due to a naming mismatch. (step it up kor)

-New sprites for the border firelocks!

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5514 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
d_h2005@yahoo.com
2013-01-11 05:58:21 +00:00
parent b69e3962da
commit 2855cd6237
3 changed files with 3 additions and 3 deletions
@@ -1480,7 +1480,7 @@
/obj/item/weapon/reagent_containers/food/snacks/jelliedtoast
name = "Jellied Toast"
desc = "A slice of bread covered with delicious jam."
icon_state = "slimetoast"
icon_state = "jellytoast"
trash = /obj/item/trash/plate
New()
..()
@@ -1500,7 +1500,7 @@
/obj/item/weapon/reagent_containers/food/snacks/jellyburger
name = "Jelly Burger"
desc = "Culinary delight..?"
icon_state = "slimeburger"
icon_state = "jellyburger"
New()
..()
reagents.add_reagent("nutriment", 5)
@@ -1646,7 +1646,7 @@
/obj/item/weapon/reagent_containers/food/snacks/jellysandwich
name = "Jelly Sandwich"
desc = "You wish you had some peanut butter to go with this..."
icon_state = "slimesandwich"
icon_state = "jellysandwich"
trash = /obj/item/trash/plate
New()
..()