From b0a3bcc9445e0d1891f66cefef2713f555d1d8d4 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Sat, 4 Mar 2023 09:43:11 +1100 Subject: [PATCH] Balance cooking times --- .../BurningRecipeSO/MeatPattyCooked-MeatPattyBurnt.asset | 2 +- .../FryingRecipeSO/MeatPattyUncooked-MeatPattyCooked.asset | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ScriptableObjects/BurningRecipeSO/MeatPattyCooked-MeatPattyBurnt.asset b/Assets/ScriptableObjects/BurningRecipeSO/MeatPattyCooked-MeatPattyBurnt.asset index 4fbfc3a..9477283 100644 --- a/Assets/ScriptableObjects/BurningRecipeSO/MeatPattyCooked-MeatPattyBurnt.asset +++ b/Assets/ScriptableObjects/BurningRecipeSO/MeatPattyCooked-MeatPattyBurnt.asset @@ -14,4 +14,4 @@ MonoBehaviour: m_EditorClassIdentifier: input: {fileID: 11400000, guid: cf77ec56d13b4c7478384a548ab18277, type: 2} output: {fileID: 11400000, guid: 42754f770e37e78488140348e6a9f9c3, type: 2} - burningTimerMax: 5 + burningTimerMax: 6 diff --git a/Assets/ScriptableObjects/FryingRecipeSO/MeatPattyUncooked-MeatPattyCooked.asset b/Assets/ScriptableObjects/FryingRecipeSO/MeatPattyUncooked-MeatPattyCooked.asset index 8fae0ef..f23f318 100644 --- a/Assets/ScriptableObjects/FryingRecipeSO/MeatPattyUncooked-MeatPattyCooked.asset +++ b/Assets/ScriptableObjects/FryingRecipeSO/MeatPattyUncooked-MeatPattyCooked.asset @@ -14,4 +14,4 @@ MonoBehaviour: m_EditorClassIdentifier: input: {fileID: 11400000, guid: d672e8baad811004281dd021411b0a80, type: 2} output: {fileID: 11400000, guid: cf77ec56d13b4c7478384a548ab18277, type: 2} - fryingTimerMax: 3 + fryingTimerMax: 5