mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +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:
@@ -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