mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
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:
commit
b7a4c698f9
2 changed files with 2 additions and 2 deletions
|
|
@ -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 -> {
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue