mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed male/female dialogue in Druidic Ritual
This commit is contained in:
parent
cd4d0ec20b
commit
6d0ca0d6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ public class SanfewDialogue extends DialoguePlugin {
|
||||||
end();
|
end();
|
||||||
break;
|
break;
|
||||||
case 200:
|
case 200:
|
||||||
interpreter.sendDialogues(npc, null, "Well hand 'em over then lad!");
|
interpreter.sendDialogues(npc, null, "Well hand 'em over then " + (player.isMale() ? "lad" : "lass") + "!");
|
||||||
stage = 201;
|
stage = 201;
|
||||||
break;
|
break;
|
||||||
case 201:
|
case 201:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue