mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-31 00:49:34 +01:00
some moire
This commit is contained in:
@@ -1046,7 +1046,7 @@
|
||||
var/list/rock_munch = list(
|
||||
MAT_URANIUM = list("nutrition" = 30, "remark" = "Crunching [O] in your jaws almost makes you wince, a horribly tangy and sour flavour radiating through your mouth. It goes down all the same.", "WTF" = FALSE),
|
||||
"hematite" = list("nutrition" = 15, "remark" = "The familiar texture and taste of [O] does the job but leaves little to the imagination and hardly sates your appetite.", "WTF" = FALSE),
|
||||
"carbon" = list("nutrition" = 15, "remark" = "Utterly bitter, crunching down on [O] only makes you long for better things. But a snack's a snack...", "WTF" = FALSE),
|
||||
REAGENT_ID_CARBON = list("nutrition" = 15, "remark" = "Utterly bitter, crunching down on [O] only makes you long for better things. But a snack's a snack...", "WTF" = FALSE),
|
||||
"marble" = list("nutrition" = 40, "remark" = "A fitting dessert, the sweet and savoury [O] lingers on the palate and satisfies your hunger.", "WTF" = FALSE),
|
||||
"sand" = list("nutrition" = 0, "remark" = "You crunch on [O] but its texture is almost gag-inducing. Stifling a cough, you somehow manage to swallow both [O] and your regrets.", "WTF" = FALSE),
|
||||
MAT_PHORON = list("nutrition" = 30, "remark" = "Crunching [O] to dust between your jaw you find pleasant, comforting warmth filling your mouth that briefly spreads down the throat to your chest as you swallow.", "WTF" = FALSE),
|
||||
|
||||
@@ -468,7 +468,7 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/chocolateegg/roiz/New()
|
||||
..()
|
||||
reagents.add_reagent("sugar", 6)
|
||||
reagents.add_reagent(REAGENT_ID_SUGAR, 6)
|
||||
reagents.add_reagent("coco", 6)
|
||||
reagents.add_reagent("milk", 2)
|
||||
bitesize = 2
|
||||
|
||||
@@ -1396,7 +1396,7 @@
|
||||
desc = "A small bottle of finely ground poppyseed and mixed dried berries."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "bottle3"
|
||||
prefill = list("bicaridine" = 30, "nutriment" = 30)
|
||||
prefill = list("bicaridine" = 30, REAGENT_ID_NUTRIMENT = 30)
|
||||
|
||||
/obj/item/clothing/accessory/storage/ritualharness/fluff/antoinette/Initialize()
|
||||
. = ..()
|
||||
|
||||
@@ -423,7 +423,7 @@
|
||||
icon_state = "sp_moon"
|
||||
bitesize = 1
|
||||
nutriment_amt = 2
|
||||
nutriment_desc = list("sugar" = 2)
|
||||
nutriment_desc = list(REAGENT_ID_SUGAR = 2)
|
||||
drop_sound = 'sound/items/drop/basketball.ogg'
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/snackplanet/virgo3b
|
||||
|
||||
Reference in New Issue
Block a user