summaryrefslogtreecommitdiff
path: root/npc/001-2-2/moon.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-2/moon.txt')
-rw-r--r--npc/001-2-2/moon.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-2-2/moon.txt b/npc/001-2-2/moon.txt
index 4b5c44a3..4b974795 100644
--- a/npc/001-2-2/moon.txt
+++ b/npc/001-2-2/moon.txt
@@ -141,12 +141,12 @@ L_QuestStarted:
mesq l("Do you have @@s for me?", getitemlink("CrocClaw"));
next;
- menuint
- l("Check out this one."), 1,
- l("I should put more effort into this."), 2,
- l("Where can I find some Croc Claws?"), 3;
+ select
+ l("Check out this one."),
+ l("I should put more effort into this."),
+ l("Where can I find some Croc Claws?");
- switch (@menuret)
+ switch (@menu)
{
case 1:
.@MustRepeat = CheckCrowClaw;