forked from 2009Scape/Server
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();
|
||||
break;
|
||||
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;
|
||||
break;
|
||||
case 201:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue