diff --git a/Assets/Scripts/DialogueSystem/CharacterSheet.cs b/Assets/Scripts/DialogueSystem/CharacterSheet.cs index f8f88bc..240ac8d 100644 --- a/Assets/Scripts/DialogueSystem/CharacterSheet.cs +++ b/Assets/Scripts/DialogueSystem/CharacterSheet.cs @@ -49,6 +49,7 @@ public class CharacterSheet : MonoBehaviour public void Action_Close() { PlayerController.Instance.cameraMovement = true; + GameManager.Instance.uiManager.BlockInput(false); gameObject.SetActive(false); } }