Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit a6cf9bc

Browse files
Andrew BehnckeExplv
authored andcommitted
Update WizardSection.java (#1)
Fix the part where he asks if you want to be an ironman.
1 parent a3bdd43 commit a6cf9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sections/WizardSection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public final void onLoop() throws InterruptedException {
7373
break;
7474
case 670:
7575
if (getDialogues().isPendingOption()) {
76-
getDialogues().selectOption("Yes.", "I'm fine, thanks.");
76+
getDialogues().selectOption("Yes.", "No, I'm not planning to do that.");
7777
} else {
7878
talkToInstructor();
7979
}
@@ -97,4 +97,4 @@ private boolean attackChicken() {
9797
}
9898
return false;
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)