From 3e3e208bb7d81b48ae9a1acd64533207bd9e5602 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 May 2018 19:08:06 -0300 Subject: Dark Invocator Quest: Items & Zitoni part --- npc/007-1/zarkor.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/007-1/zarkor.txt') 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; } -- cgit v1.2.3-60-g2f50