Fixed issues in Hetty's dialogue repeating in Witch's Potion Quest

This commit is contained in:
Byte
2022-09-27 03:15:56 +00:00
committed by Ryan
parent 386ab2eb61
commit 840ea1f5ed
@@ -104,7 +104,7 @@ public final class HettyDialogue extends DialoguePlugin {
stage = 15; stage = 15;
break; break;
case 15: case 15:
interpreter.sendOptions("Select an Option", "Yes help me become one with my darker side.", "No I have my prinicples and honour."); interpreter.sendOptions("Select an Option", "Yes help me become one with my darker side.", "No I have my principles and honour.");
stage = 16; stage = 16;
break; break;
case 16: case 16:
@@ -199,7 +199,7 @@ public final class HettyDialogue extends DialoguePlugin {
end(); end();
break; break;
case 101: case 101:
interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Well I can't make the potion without them! Remember...", "You need an eye of newt, a rat's tail, an onion, and a", "You need an eye of newt, a rat's tail, an onion, and a", "piece of burnt meat. Off you go dear!"); interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Well I can't make the potion without them! Remember...", "You need an eye of newt, a rat's tail, an onion, and a", "piece of burnt meat. Off you go dear!");
stage = 102; stage = 102;
break; break;
case 102: case 102: