Canoe Animations & Travel Interface

This commit is contained in:
downthecrop
2021-10-03 01:21:46 +00:00
committed by Ceikry
parent e0086c8e80
commit e3d4c8eebe
3 changed files with 31 additions and 6 deletions
@@ -53,7 +53,7 @@ public class TarquinDialogue extends DialoguePlugin {
stage = 11;
break;
case 11:
interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "I'd be suprised if you haven't already heard of me?");
interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "I'd be surprised if you haven't already heard of me?");
stage = 12;
break;
case 12:
@@ -109,7 +109,7 @@ public class TarquinDialogue extends DialoguePlugin {
stage = 26;
break;
case 26:
interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "You look like you know your way around a tree, you can", "you can make many canoes.");
interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "You look like you know your way around a tree,", "you can make many canoes.");
stage = 27;
break;
case 27: