Skip to content

Commit

Permalink
Merge pull request #37 from DoobieRalsei/main
Browse files Browse the repository at this point in the history
fixed bug (yet again)
  • Loading branch information
slweeb authored Jun 3, 2024
2 parents 00d77aa + b233ee1 commit 701411b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpongeBob.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ editIngredient("uranium",{
addRecipe("bread+jellyfish","jellyfish roll");
addRecipe("bread+true_krabby_meat+bread?","krabbydog");
addRecipe("uranium_dust+furikake+milkshake","kelp shake");
addRecipe("&stack:bottom_bun+true_krabby_meat+lettuce+cheese+barbecue_sauce+tomato+ketchup+mustard+pickle+top_bun","krabby patty");
addRecipe("&stack:bottom_bun+jellyfish+lettuce+cheese+barbecue_sauce+tomato+ketchup+mustard+pickle+top_bun","jelly patty",);
addRecipe("&stack:bottom_bun+true_krabby_meat+lettuce+cheese+barbecue sauce+tomato+ketchup+mustard+pickle+top_bun","krabby patty");
addRecipe("&stack:bottom_bun+jellyfish+lettuce+cheese+barbecue sauce+tomato+ketchup+mustard+pickle+top_bun","jelly patty",);
addRecipe("chocolate+rice_treat+kelp_nougat","kelp nougat crunch");
addRecipe("krabby patty+kelp shake+kelp nougat crunch","krusty krab meal");

0 comments on commit 701411b

Please sign in to comment.