Merge branch 'Prince-Ali-Rescue-Typo-Fix' into 'master'

Fixed a couple of typos

See merge request 2009scape/2009scape!2208
This commit is contained in:
Poseidon 2025-11-30 01:06:38 -05:00
commit b7a4c698f9
2 changed files with 2 additions and 2 deletions

View file

@ -820,7 +820,7 @@ class GardenObjectsPlugin : InteractionListener {
stage = 10
}
2 -> {
interpreter.sendDialogues(player, null, "What is th second thing you need?")
interpreter.sendDialogues(player, null, "What is the second thing you need?")
stage = 20
}
3 -> {

View file

@ -73,7 +73,7 @@ public class PrinceAliRescue extends Quest {
line(player, "<str>I should go and speak to Osman for details on the quest.", 6+ 7);
line(player, RED + "Prince Ali " + BLUE + "has been " + RED + "kidnapped " + BLUE + "but luckily the spy " + RED + "Leela " + BLUE + "has", 7+ 7);
line(player, BLUE + "found he is being held near " + RED + "Draynor village. " + BLUE + "I will need to", 8+ 7);
line(player, RED + "disguise " + BLUE + "the " + RED + "Price " + BLUE + "and " + RED + "tie " + BLUE + "up his " + RED + "captop " + BLUE + "to " + RED + "free " + BLUE + "him from", 9+ 7);
line(player, RED + "disguise " + BLUE + "the " + RED + "Price " + BLUE + "and " + RED + "tie " + BLUE + "up his " + RED + "captor " + BLUE + "to " + RED + "free " + BLUE + "him from", 9+ 7);
line(player, BLUE + "their " + RED + "clutches.", 10+ 7);
line(player, BLUE + "To do this I should:-", 11+ 7);
line(player, BLUE + "Talk to " + RED + "Leela " + BLUE + "near " + RED + "Draynor Village " + BLUE + "for advice.", 12+ 7);