mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
Fixes names appearing in vendors properly.
This commit is contained in:
@@ -409,3 +409,17 @@
|
||||
. = ..()
|
||||
reagents.add_reagent("flour", 30)
|
||||
randpixel_xy()
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/yeast
|
||||
name = "Yeast"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/yeast/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("yeast", 50)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/cornoil
|
||||
name = "Corn Oil"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/condiment/yeast/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("cornoil", 50)
|
||||
Reference in New Issue
Block a user