-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spaghetti - I mean Spagheti - I mean Paghetty - I mean Spaget - I mean Spa #34902
base: master
Are you sure you want to change the base?
Conversation
…thout needing to make it from scratch - just add water! > Adds raw noodles to chef closet and kitchen supplies crate obtainable from cargo
Can you add these to the random ingredient spawner too, please? |
@@ -652,6 +652,16 @@ | |||
CottonBol: 4 | |||
|
|||
#Italian | |||
- type: microwaveMealRecipe | |||
id: RecipeBoiledSpaghetti |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RecipeBoiledSpaghetti is already a recipe and is causing linter errors.
If you want something that makes more sense, probably change this to make raw noodles instead of cooked:
- type: microwaveMealRecipe
id: RecipeBoiledSpaghetti
name: boiled spaghetti recipe
result: FoodNoodlesBoiled
time: 15
reagents:
Flour: 15
Egg: 6
solids:
FoodButter: 1
And then keep your boiled spaghetti recipe. Make sure you change the ID of the weird one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh, that would add additional steps to the noodlemaking process and I only intended to add an alternative option.
I'll push a fix that renames the raw spaghetti recipe as RecipeRawSpaghetti or something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh, that would add additional steps to the noodlemaking process and I only intended to add an alternative option.
I think it adds more character to the game! The chef has to do something that makes sense... make the noodles from scratch... boil the noodles... then add the sauce... etc.
> added raw spaghetti to the randomized food ingredient spawner
Got it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, works ingame, everything looks good to me.
tests run fine on my machine godo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,7 +1,7 @@ | |||
{ | |||
"version": 1, | |||
"license": "CC-BY-SA-3.0", | |||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa", | |||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, Raw spaghetti from tgstation at https://github.com/tgstation/tgstation/commit/73613b84cf628e0f53482bd07eade6f2c5af10ed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit is just splitting one file in two! Try to find the one where it was actually added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I HATE COMMIT LINKS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes they are very annoying 😭
About the PR
Why / Balance
Adding raw item for use in future PRs regarding stuff like the Food Processor.
Technical details
Media
Requirements
Changelog
🆑