some moire

This commit is contained in:
Kashargul
2024-12-06 21:54:05 +01:00
parent 80edcd2c3d
commit 429398bdd7
231 changed files with 2484 additions and 1945 deletions
@@ -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()
. = ..()