mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Base Commit
This commit is contained in:
@@ -5752,10 +5752,6 @@
|
||||
center_of_mass = list("x"=16, "y"=11)
|
||||
bitesize = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/custardbun/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 2)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chickenmomo
|
||||
name = "chicken momo"
|
||||
gender = PLURAL
|
||||
|
||||
@@ -252,7 +252,7 @@
|
||||
|
||||
/datum/recipe/omurice/face
|
||||
appliance = GRILL
|
||||
reagents = list("rice" = 5, "ketchup" = 5, "sodiumchloride" = 5, "egg" = 3)
|
||||
reagents = list("rice" = 5, "ketchup" = 5, "sodiumchloride" = 1, "egg" = 3)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/omurice/face
|
||||
|
||||
/datum/recipe/meatsteak
|
||||
|
||||
Reference in New Issue
Block a user