From 9e4f94867e47f1099b3cd7ca471ae2d2ed8d9111 Mon Sep 17 00:00:00 2001 From: Roysten Date: Fri, 1 Sep 2023 11:51:26 +0000 Subject: [PATCH] Fixed typos in Romeo & Juliet --- .../varrock/dialogue/FatherLawrenceDialogue.java | 8 ++++---- .../misthalin/varrock/quest/romeo/JulietDialogue.java | 8 ++++---- .../misthalin/varrock/quest/romeo/RJCutscenePlugin.java | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Server/src/main/content/region/misthalin/varrock/dialogue/FatherLawrenceDialogue.java b/Server/src/main/content/region/misthalin/varrock/dialogue/FatherLawrenceDialogue.java index e54ca6ee5..6e45fa50c 100644 --- a/Server/src/main/content/region/misthalin/varrock/dialogue/FatherLawrenceDialogue.java +++ b/Server/src/main/content/region/misthalin/varrock/dialogue/FatherLawrenceDialogue.java @@ -82,7 +82,7 @@ public final class FatherLawrenceDialogue extends DialoguePlugin { end(); break; case 41: - interpreter.sendDialogues(npc, null, "Can't you see that I'm in the middle of a sermon?!"); + interpreter.sendDialogues(npc, null, "Can't you see that I'm in the middle of a Sermon?!"); stage = 42; break; case 42: @@ -94,7 +94,7 @@ public final class FatherLawrenceDialogue extends DialoguePlugin { stage = 44; break; case 44: - interpreter.sendDialogues(player, null, "Yes well it certainly seems like you have a captive", "audience!"); + interpreter.sendDialogues(player, null, "Yes, well, it certainly seems like you have a captive", "audience!"); stage = 45; break; case 45: @@ -110,7 +110,7 @@ public final class FatherLawrenceDialogue extends DialoguePlugin { stage = 48; break; case 48: - interpreter.sendDialogues(player, null, "Yes, very confused...Anyway, Romeo wishes to be", "married to Juliet! She must be rescued from her", "father's control!"); + interpreter.sendDialogues(player, null, "Yes, very confused....Anyway, Romeo wishes to be", "married to Juliet! She must be rescued from her", "father's control!"); stage = 49; break; case 49: @@ -130,7 +130,7 @@ public final class FatherLawrenceDialogue extends DialoguePlugin { stage = 53; break; case 53: - interpreter.sendDialogues(npc, null, "Then Romeo can collect her from the crypt! Go to the", "Apothercary, tell him I sent you and that you'll need a", "'Cadava' potion."); + interpreter.sendDialogues(npc, null, "Then Romeo can collect her from the crypt! Go to the", "Apothecary, tell him I sent you and that you'll need a", "'Cadava' potion."); stage = 54; break; case 54: diff --git a/Server/src/main/content/region/misthalin/varrock/quest/romeo/JulietDialogue.java b/Server/src/main/content/region/misthalin/varrock/quest/romeo/JulietDialogue.java index fb31d8d92..b8d37f6d0 100644 --- a/Server/src/main/content/region/misthalin/varrock/quest/romeo/JulietDialogue.java +++ b/Server/src/main/content/region/misthalin/varrock/quest/romeo/JulietDialogue.java @@ -102,10 +102,10 @@ public final class JulietDialogue extends DialoguePlugin { break; case 60: if (!player.getInventory().contains(756, 1)) { - interpreter.sendDialogues(player, null, "Hi Juliet! I have an interesting propostion for", "you...suggested by Father Lawrence. It may be the", "only way you'll be able to escape from this house and", "be with Romeo."); + interpreter.sendDialogues(player, null, "Hi Juliet! I have an interesting proposition for", "you...suggested by Father Lawrence. It may be the", "only way you'll be able to escape from this house and", "be with Romeo."); stage = 950; } else { - interpreter.sendDialogues(player, null, "Hi Juliet! I have an interesting propostion for", "you...suggested by Father Lawrence. It may be the", "only way you'll be able to escape from this house and", "be with Romeo."); + interpreter.sendDialogues(player, null, "Hi Juliet! I have an interesting proposition for", "you...suggested by Father Lawrence. It may be the", "only way you'll be able to escape from this house and", "be with Romeo."); stage = 950; } break; @@ -200,7 +200,7 @@ public final class JulietDialogue extends DialoguePlugin { stage = 2010; break; case 2010: - interpreter.sendDialogues(phil, FacialExpression.FURIOUS, "OH NO...JULIET HAS...DIED?....", "Ooooooohhhhhhh.....(sob).Juliet...my poor dead cousin!"); + interpreter.sendDialogues(phil, FacialExpression.FURIOUS, "OH NO...JULIET HAS...DIED?....", "Oooooohhhhhh....(sob), (sob).Juliet...my poor dead cousin!"); stage = 2011; break; case 2011: @@ -566,4 +566,4 @@ public final class JulietDialogue extends DialoguePlugin { return new int[] { 637 }; } -} \ No newline at end of file +} diff --git a/Server/src/main/content/region/misthalin/varrock/quest/romeo/RJCutscenePlugin.java b/Server/src/main/content/region/misthalin/varrock/quest/romeo/RJCutscenePlugin.java index aeb47a9d0..ecb1d1d4d 100644 --- a/Server/src/main/content/region/misthalin/varrock/quest/romeo/RJCutscenePlugin.java +++ b/Server/src/main/content/region/misthalin/varrock/quest/romeo/RJCutscenePlugin.java @@ -397,7 +397,7 @@ public final class RJCutscenePlugin extends CutscenePlugin { stage = 414; break; case 414: - interpreter.sendDialogues(player, null, "I have not be honest, it's not getting any better..."); + interpreter.sendDialogues(player, null, "I have to be honest, it's not getting any better..."); stage = 415; break; case 415: @@ -440,7 +440,7 @@ public final class RJCutscenePlugin extends CutscenePlugin { stage = 424; break; case 424: - interpreter.sendDialogues(npc, null, "Oh yes, Father Lawrence...he's our long time confidant,", "he might have a solution! yes, yes, you have to go and", "talk to Lather Fawrence for us and ask him if he's got", "any suggestions for our predicatment?"); + interpreter.sendDialogues(npc, null, "Oh yes, Father Lawrence...he's our long time confidant,", "he might have a solution! yes, yes, you have to go and", "talk to Lather Fawrence for us and ask him if he's got", "any suggestions for our predicament?"); stage = 425; break; case 425: @@ -448,7 +448,7 @@ public final class RJCutscenePlugin extends CutscenePlugin { stage = 426; break; case 426: - interpreter.sendDialogues(npc, null, "Lawther Fawrence! Oh he's...."); + interpreter.sendDialogues(npc, null, "Lather Fawrence! Oh he's..."); stage = 427; break; case 427: @@ -730,7 +730,7 @@ public final class RJCutscenePlugin extends CutscenePlugin { }); break; case 745: - interpreter.sendDialogues(npc, null, "Juliet..."); + interpreter.sendDialogues(npc, null, "Juliet....?"); stage = 746; break; case 746: