mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
some moire
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user