mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed line that should be spoken by player in Philop dialogue
This commit is contained in:
parent
a11b783c39
commit
a1fc0ba7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public class PhilopDialogue extends DialoguePlugin {
|
||||||
stage = 3;
|
stage = 3;
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Enjoy playing with your dragon, then.");
|
interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Enjoy playing with your dragon, then.");
|
||||||
stage = 4;
|
stage = 4;
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue