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:
tomixcomics
2026-01-26 14:00:54 +00:00
committed by GitHub
parent ddaef97c9e
commit e97a1c547d
26 changed files with 218 additions and 9 deletions
-1
View File
@@ -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
+3 -2
View File
@@ -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
)