mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[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:
co-authored by
tattle
tattle
GoldenAlpharex
parent
52c2518f94
commit
d7a5d1d940
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user