[MIRROR] Fixes chocolate and scotch eggs showing error sprites [MDB IGNORE] (#15882)

* Fixes chocolate and scotch eggs showing error sprites (#69463)

Fixes chocolate and scotch eggs showing errors

Co-authored-by: tattle <article.disaster@ gmail.com>

* Fixes chocolate and scotch eggs showing error sprites

Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
Co-authored-by: tattle <article.disaster@ gmail.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-09-06 16:46:22 -04:00
committed by GitHub
co-authored by tattle tattle GoldenAlpharex
parent 52c2518f94
commit d7a5d1d940
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
/obj/item/food/chocolateegg
name = "chocolate egg"
desc = "Such, sweet, fattening food."
icon = 'icons/obj/food/egg.dmi'
icon_state = "chocolateegg"
food_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/sugar = 2, /datum/reagent/consumable/coco = 2, /datum/reagent/consumable/nutriment/vitamin = 1)
tastes = list("chocolate" = 4, "sweetness" = 1)
+1
View File
@@ -163,6 +163,7 @@
/obj/item/food/scotchegg
name = "scotch egg"
desc = "A boiled egg wrapped in a delicious, seasoned meatball."
icon = 'icons/obj/food/egg.dmi'
icon_state = "scotchegg"
bite_consumption = 3
food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/nutriment/vitamin = 2)