Merge pull request #16646 from Sirryan2002/Sandwich

Adds a seperate sprite for Toasted Sandwich
This commit is contained in:
variableundefined
2021-09-09 17:16:04 -05:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
@@ -180,7 +180,7 @@
/obj/item/reagent_containers/food/snacks/grilledcheese
name = "grilled cheese sandwich"
desc = "Goes great with tomato soup!"
icon_state = "toastedsandwich"
icon_state = "grilledcheese"
filling_color = "#D9BE29"
list_reagents = list("nutriment" = 7, "vitamin" = 1) //why make a regualr sandwhich when you can make grilled cheese, with this nutriment value?
tastes = list("toast" = 1, "grilled cheese" = 1)