Update DialoguePatches.cs

master
Mohammad Shoaib 2022-02-14 00:12:07 +05:30 committed by GitHub
parent 3a6206cf6e
commit fdec231e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace stardew_access.Patches
// For Normal Character dialogues
Dialogue dialogue = __instance.characterDialogue;
string speakerName = dialogue.speaker.displayName;
List<Response> responses = dialogue.getResponseOptions();
List<Response> responses = __instance.responses;
string toSpeak = " ";
string dialogueText = "";
string response = "";