-
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
Meat Patty #34896
base: master
Are you sure you want to change the base?
Meat Patty #34896
Conversation
|
||
|
||
# patty |
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.
remove this if you decided to move the graph to its own file
# meat patty "steak" | ||
- type: constructionGraph | ||
id: CookedPatty | ||
start: start | ||
graph: | ||
- node: start | ||
edges: | ||
- to: cooked meat patty | ||
completed: | ||
- !type:PlaySound | ||
sound: /Audio/Effects/sizzle.ogg | ||
steps: | ||
- minTemperature: 335 | ||
- node: cooked meat patty | ||
entity: FoodMeatPattyCooked | ||
|
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 would just have this in the patty yml for clarity. But that's my opinion.
@@ -1,7 +1,7 @@ | |||
{ | |||
"version": 1, | |||
"license": "CC-BY-SA-3.0", | |||
"copyright": "Taken from tgstation and modified by Swept, potato1234x and deltanedas at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, snail by IproduceWidgets (github) and Kezu (discord), anomalymeat/cooked by august-sun", | |||
"copyright": "Taken from tgstation and modified by Swept, potato1234x and deltanedas at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, snail by IproduceWidgets (github) and Kezu (discord), anomalymeat/cooked by august-sun, raw and cooked patty taken from tgstation at https://github.com/tgstation/tgstation/blob/465f654548bc123c1f5846f135a0ed4897c5f6f0/icons/obj/food/meat.dmi", |
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.
You'll want to reference the exact commit you took it from, not a blob.
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.
The attribution looks good. I can't test to see if it works nor check to see if there any sneaky YML convention errors right now.
art approval |
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.
Everything looks good and works as intended in-game.
A maint might have more comments as to where you should put the construction graphs, they might be best slotted in a similar file instead of having their own file (sorry I told you to do this earlier) but alas.
About the PR
Why / Balance
First step in a longer process to potentially revamp cooking in SS14 in line with how it's done in /tg/ or fulpstation for added cooking complexity and gameplay. Will look into using it for hamburger recipes next.
Technical details
Media
Requirements
Changelog
🆑