summaryrefslogtreecommitdiff
path: root/npc/007-1/zarkor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/007-1/zarkor.txt')
-rw-r--r--npc/007-1/zarkor.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/007-1/zarkor.txt b/npc/007-1/zarkor.txt
index cbc9d2657..8390cd4f8 100644
--- a/npc/007-1/zarkor.txt
+++ b/npc/007-1/zarkor.txt
@@ -46,7 +46,7 @@ L_Start:
select
l("Indeed. Sorry. I'm not giving you anything."),
rif(countitem(Ruby) >= 1, l("I swear silence, over this bloody ruby."),
- rif(countitem(Topaz) >= 1, l("I swear silence, over this bright topaz.");
+ rif(countitem(Topaz) >= 1, l("I swear silence, over this shining topaz.");
mes "";
switch (@menu) {
@@ -59,11 +59,11 @@ L_Start:
close;
break;
case 2:
- delitem Ruby, 1;
+ delitem Ruby, 1; // Acc: 667 GP
setq TulimsharQuest_DarkInvocator, 1;
break;
case 3:
- delitem Topaz, 1;
+ delitem Topaz, 1; // Acc: 800 GP
setq TulimsharQuest_DarkInvocator, 1;
break;
}