sprite tweaks - meatball
This commit is contained in:
@@ -142,6 +142,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/rawmeatball
|
||||
name = "raw meatball"
|
||||
desc = "Raw mushy meat. Better cook this!"
|
||||
icon = 'GainStation13/icons/obj/food/food.dmi' //GS13 - better meatball sprite
|
||||
icon_state = "rawmeatball"
|
||||
cooked_type = /obj/item/reagent_containers/food/snacks/meatball
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 3)
|
||||
@@ -152,6 +153,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/meatball
|
||||
name = "meatball"
|
||||
desc = "MAMA MIA DAS A SPICY"
|
||||
icon = 'GainStation13/icons/obj/food/food.dmi' //GS13 - better meatball sprite
|
||||
icon_state = "meatball"
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 1)
|
||||
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 1)
|
||||
|
||||
Reference in New Issue
Block a user