mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 21:22:40 +00:00
consistent teshari food
This commit is contained in:
@@ -7787,7 +7787,7 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/stuffed_gauli/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 4, "steamed meat")
|
||||
reagents.add_reagent("protein", 4, list("steamed meat" = 4))
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/kirani_stew
|
||||
name = "kirani stew"
|
||||
@@ -7802,7 +7802,7 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/kirani_stew/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 4, "stewed meat")
|
||||
reagents.add_reagent("protein", 4, list("stewed meat" = 4))
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/qazal_noodles
|
||||
name = "qa'zal noodles"
|
||||
|
||||
Reference in New Issue
Block a user