From 13a7ba388de75f5a2e6d938df42d027f71eb433d Mon Sep 17 00:00:00 2001 From: NTG Date: Tue, 2 Sep 2025 11:18:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=9A=94=EB=A6=AC=20=EC=83=81=ED=98=B8?= =?UTF-8?q?=EC=9E=91=EC=9A=A9=20=EC=A1=B0=EA=B1=B4=EB=AC=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RestaurantCooks/RestaurantCookSolver_StartCooking.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/_DDD/_Scripts/Restaurant/Event/Solvers/RestaurantCooks/RestaurantCookSolver_StartCooking.cs b/Assets/_DDD/_Scripts/Restaurant/Event/Solvers/RestaurantCooks/RestaurantCookSolver_StartCooking.cs index 14ed4e97c..041d649e7 100644 --- a/Assets/_DDD/_Scripts/Restaurant/Event/Solvers/RestaurantCooks/RestaurantCookSolver_StartCooking.cs +++ b/Assets/_DDD/_Scripts/Restaurant/Event/Solvers/RestaurantCooks/RestaurantCookSolver_StartCooking.cs @@ -19,6 +19,9 @@ public bool ExecuteInteractionSubsystem(IInteractor interactor, IInteractable in public bool CanExecuteInteractionSubsystem(IInteractor interactor = null, IInteractable interactable = null, ScriptableObject payload = null) { + var isCarrying = interactor?.GetInteractorGameObject().GetComponent().IsCarrying(); + if (isCarrying == null || isCarrying == true) return false; + _cookwareType = CookwareType.None; var iCookware = interactable?.GetInteractableGameObject().GetComponent(); if (iCookware == null) return false; From a3c295285f1b3dfb7152606aed7be6631f36ade3 Mon Sep 17 00:00:00 2001 From: NTG Date: Tue, 2 Sep 2025 11:18:41 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=A6=AC=EC=86=8C=EC=8A=A4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_Raw/Sprites/Ui/RestaurantManagementUi/CheckLine.png.meta | 2 +- .../Ui/RestaurantManagementUi/CookwareDetailPanel.png.meta | 2 +- .../Ui/RestaurantManagementUi/IngredientDetailPanel.png.meta | 2 +- .../Ui/RestaurantManagementUi/RecipeDetailPanel.png.meta | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/CheckLine.png.meta b/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/CheckLine.png.meta index e629f38f2..d95754f39 100644 --- a/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/CheckLine.png.meta +++ b/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/CheckLine.png.meta @@ -43,7 +43,7 @@ TextureImporter: nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 2 spriteExtrude: 2 spriteMeshType: 0 alignment: 0 diff --git a/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/CookwareDetailPanel.png.meta b/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/CookwareDetailPanel.png.meta index bf2127205..cce2edf34 100644 --- a/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/CookwareDetailPanel.png.meta +++ b/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/CookwareDetailPanel.png.meta @@ -43,7 +43,7 @@ TextureImporter: nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 2 spriteExtrude: 2 spriteMeshType: 0 alignment: 0 diff --git a/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/IngredientDetailPanel.png.meta b/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/IngredientDetailPanel.png.meta index 385b96965..e4d0aad09 100644 --- a/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/IngredientDetailPanel.png.meta +++ b/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/IngredientDetailPanel.png.meta @@ -43,7 +43,7 @@ TextureImporter: nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 2 spriteExtrude: 2 spriteMeshType: 0 alignment: 0 diff --git a/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/RecipeDetailPanel.png.meta b/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/RecipeDetailPanel.png.meta index 90a660eed..95f234d57 100644 --- a/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/RecipeDetailPanel.png.meta +++ b/Assets/_DDD/_Raw/Sprites/Ui/RestaurantManagementUi/RecipeDetailPanel.png.meta @@ -43,7 +43,7 @@ TextureImporter: nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 2 spriteExtrude: 2 spriteMeshType: 0 alignment: 0