mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Food buffs for the food buffs (#21731)
-Adds cucumbers as produce -Adds a few new food dishes (mostly cucumber based and 1 Adhomian dish) -Returns the randomly generated ingredients spawning in the fridge at the start of shifts such as condiments, syrups, etc. to spawn in like they did before the scarcity arc. -Adds handheld icons to kitchen trays -Fixed sugar-tree fruit not showing up properly
This commit is contained in:
@@ -538,7 +538,6 @@
|
||||
/obj/item/reagent_containers/food/condiment/batter = 1,
|
||||
/obj/item/reagent_containers/food/condiment/syrup_simple = 1,
|
||||
/obj/item/reagent_containers/food/condiment/vanilla = 1,
|
||||
/obj/item/reagent_containers/food/condiment/rice = 1,
|
||||
/obj/item/storage/box/fancy/food/sliced_bread = 1,
|
||||
/obj/item/reagent_containers/food/condiment/cocoa = 1,
|
||||
/obj/item/reagent_containers/food/condiment/cream_cheese = 1
|
||||
|
||||
@@ -60,7 +60,8 @@
|
||||
"pumpkin" = 0.1,
|
||||
"onion" = 0.5,
|
||||
"garlic" = 0.5,
|
||||
"bellpepper" = 0.25
|
||||
"bellpepper" = 0.25,
|
||||
"cucumber" = 0.25
|
||||
)
|
||||
|
||||
/obj/random_produce/box/adhomai
|
||||
@@ -68,7 +69,7 @@
|
||||
"nfrihi" = 1,
|
||||
"dirtberries" = 1,
|
||||
"earthenroot" = 1,
|
||||
"sugar tree" = 1,
|
||||
"sugartree" = 1,
|
||||
"shand" = 1,
|
||||
"mtear" = 1
|
||||
)
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
new /obj/item/reagent_containers/food/drinks/carton/soymilk(src)
|
||||
new /obj/item/reagent_containers/food/drinks/carton/cream(src)
|
||||
new /obj/item/reagent_containers/food/condiment/soysauce(src)
|
||||
new /obj/random/kitchen_staples(src)
|
||||
for(var/i = 0 to 4)
|
||||
new /obj/random/condiment(src)
|
||||
new /obj/item/reagent_containers/food/snacks/spreads/butter(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/refrigerator/station/alt
|
||||
name = "refrigerator"
|
||||
|
||||
Reference in New Issue
Block a user