summaryrefslogtreecommitdiff
path: root/npc/001-1/qpid.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/qpid.txt')
-rw-r--r--npc/001-1/qpid.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/001-1/qpid.txt b/npc/001-1/qpid.txt
index 6f3a2883..6ffc954a 100644
--- a/npc/001-1/qpid.txt
+++ b/npc/001-1/qpid.txt
@@ -128,14 +128,9 @@
l("But if you fail, you will have to get them from the alchemist."),
l("Deal?");
- switch (select (menuaction(l("Yes")),
- menuaction(l("No"))))
+ if (askyesno() == ASK_YES)
{
- case 1:
- riddle_enigma;
- break;
- case 2:
- break;
+ riddle_enigma;
}
return;
}