diff --git a/src/sections/WizardSection.java b/src/sections/WizardSection.java index 329d8de..aac540b 100644 --- a/src/sections/WizardSection.java +++ b/src/sections/WizardSection.java @@ -73,7 +73,7 @@ public final void onLoop() throws InterruptedException { break; case 670: if (getDialogues().isPendingOption()) { - getDialogues().selectOption("Yes.", "I'm fine, thanks."); + getDialogues().selectOption("Yes.", "No, I'm not planning to do that."); } else { talkToInstructor(); } @@ -97,4 +97,4 @@ private boolean attackChicken() { } return false; } -} \ No newline at end of file +}