summaryrefslogtreecommitdiff
path: root/npc/001-1/calypsan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/calypsan.txt')
-rw-r--r--npc/001-1/calypsan.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt
index 7f3d6a0a..c8b5b8bb 100644
--- a/npc/001-1/calypsan.txt
+++ b/npc/001-1/calypsan.txt
@@ -36,7 +36,7 @@
speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("For what kind of tissue?");
.@tissue_type = select(l("Cotton"), l("Cashmere"));
- closedialog;
+ closeclientdialog;
switch (.@tissue_type)
{
case 1:
@@ -93,7 +93,7 @@
}
} while (@menu != 5);
- closedialog;
+ closeclientdialog;
goodbye;
close;