mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-22 12:46:40 +01:00
fix and changelog
This commit is contained in:
@@ -149,6 +149,9 @@
|
||||
. = ..()
|
||||
reagents.add_reagent("capsaicin", 50)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/cornoil
|
||||
name = "Corn Oil"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/cornoil/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("cornoil", 50)
|
||||
@@ -161,6 +164,9 @@
|
||||
. = ..()
|
||||
reagents.add_reagent("soysauce", 50)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/yeast
|
||||
name = "Yeast"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/yeast/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("yeast", 50)
|
||||
@@ -408,10 +414,4 @@
|
||||
/obj/item/weapon/reagent_containers/food/condiment/flour/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("flour", 30)
|
||||
randpixel_xy()
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/yeast
|
||||
name = "Yeast"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/cornoil
|
||||
name = "Corn Oil"
|
||||
randpixel_xy()
|
||||
Reference in New Issue
Block a user