mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
A variety of minor food related fixes and tweaks (#14656)
* Changed Milo to Miso * Update baked_goods.dm * typo fix * Revert "typo fix" This reverts commit3f6ca6a5b9. * Revert "Revert "typo fix"" This reverts commitb67ed80d8d. * Update food.dm * removing beff and pepperoni * adding onions as juiceable * made drying grapes give you homemade raisins since homemade raisins were already in the code * undo the onionjuice because it crashed my test server * replaced the vomit cheese with vomit cheese substitute, removed beff and pepperoni, made weird cheese actualy spawn a weird cheese wedge * updated enzyme name and description to match how catalysts actually work and how the enzyme already works in game (and has for almost a decade in game) * Moved onion rings to the deepfryer instead of microwave * makes the fries recipe actually makes sense, and makes it benefit from the upgrades of the processor (so you can get more fries) * made macaroni and cheese names consistent * moved two recipes to oven from microwave * Wine comes from grapes ya dingus * name fix * made burger recipes consistent except for the big bite and super big bites * yaki imo is baked whole sweet potato, not processed! * Update code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> * Update code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> * Update code/modules/food_and_drinks/food/foods/pizza.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> * made food names consistently lower case Except of course for foods that are supposed to be brand names, like Space Twinkie or the BigBite burger * Missed one * Back to american mac 'n' cheese spelling * Macaroniiiii Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
co-authored by
SteelSlayer
parent
2c999ccef1
commit
f312297f9d
@@ -30,7 +30,7 @@ RSF
|
||||
configured_items[++configured_items.len] = list("Snack - Newdles", 4000, /obj/item/reagent_containers/food/snacks/chinese/newdles)
|
||||
configured_items[++configured_items.len] = list("Snack - Donut", 4000, /obj/item/reagent_containers/food/snacks/donut)
|
||||
configured_items[++configured_items.len] = list("Snack - Chicken Soup", 4000, /obj/item/reagent_containers/food/drinks/chicken_soup)
|
||||
configured_items[++configured_items.len] = list("Snack - Turkey Burger", 4000, /obj/item/reagent_containers/food/snacks/tofuburger)
|
||||
configured_items[++configured_items.len] = list("Snack - Tofu Burger", 4000, /obj/item/reagent_containers/food/snacks/tofuburger)
|
||||
|
||||
/obj/item/rsf/attackby(obj/item/W as obj, mob/user as mob, params)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user