From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:49:51 +0000 (+0100) Subject: make meat sizzle when cooked (#20877) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0a4c16ca21e266c24243119d944cbff8084829dd;p=space-station-14.git make meat sizzle when cooked (#20877) * make meat sizzle when cooked * fixy * better sound * vorbis ops * fade out --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- diff --git a/Resources/Audio/Effects/attributions.yml b/Resources/Audio/Effects/attributions.yml index 556c4603a5..7fd46a0241 100644 --- a/Resources/Audio/Effects/attributions.yml +++ b/Resources/Audio/Effects/attributions.yml @@ -67,3 +67,8 @@ license: "CC-BY-4.0" copyright: "Taken from InspectorJ via freesound.org and mixed from stereo to mono." source: "https://freesound.org/people/InspectorJ/sounds/411642/" + +- files: ["sizzle.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Recorded by deltanedas for SS14" + source: "https://github.com/deltanedas" diff --git a/Resources/Audio/Effects/sizzle.ogg b/Resources/Audio/Effects/sizzle.ogg new file mode 100644 index 0000000000..2c39b87490 Binary files /dev/null and b/Resources/Audio/Effects/sizzle.ogg differ diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml b/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml index a2fa2ec6b0..bbf8f5ef54 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml @@ -7,6 +7,9 @@ - node: start edges: - to: meat steak + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 335 @@ -22,6 +25,9 @@ - node: start edges: - to: cooked penguin + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 345 @@ -37,6 +43,9 @@ - node: start edges: - to: cooked chicken + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 345 @@ -52,6 +61,9 @@ - node: start edges: - to: cooked duck + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 335 #duck is actually culinarily red meat IRL and has a lower min temp than other poultry @@ -67,6 +79,9 @@ - node: start edges: - to: lizard steak + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 345 @@ -82,6 +97,9 @@ - node: start edges: - to: filet migrawr + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 345 #apparently trichinellosis is a concern @@ -97,6 +115,9 @@ - node: start edges: - to: cooked crab + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 335 @@ -112,6 +133,9 @@ - node: start edges: - to: goliath steak + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 345 #I dunno what this is but I don't want whatever parasites are inside @@ -126,6 +150,9 @@ - node: start edges: - to: rouny steak + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 445 #rouny - node: rouny steak @@ -139,6 +166,9 @@ - node: start edges: - to: bacon + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg steps: - minTemperature: 345 - node: bacon