diff --git a/stardew-access/Patches/DialoguePatches.cs b/stardew-access/Patches/DialoguePatches.cs index 9709c87..669171c 100644 --- a/stardew-access/Patches/DialoguePatches.cs +++ b/stardew-access/Patches/DialoguePatches.cs @@ -23,7 +23,7 @@ namespace stardew_access.Patches // For Normal Character dialogues Dialogue dialogue = __instance.characterDialogue; string speakerName = dialogue.speaker.displayName; - List responses = dialogue.getResponseOptions(); + List responses = __instance.responses; string toSpeak = " "; string dialogueText = ""; string response = "";