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
@@ -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"