Fixed male/female dialogue in Druidic Ritual

This commit is contained in:
LostMyPhat 2023-11-11 04:08:08 +00:00 committed by Ryan
parent cd4d0ec20b
commit 6d0ca0d6fc

View file

@ -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: