summaryrefslogtreecommitdiff
path: root/npc/024-15
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-15')
-rw-r--r--npc/024-15/lilanna.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt
index 180098369..bfedb40c1 100644
--- a/npc/024-15/lilanna.txt
+++ b/npc/024-15/lilanna.txt
@@ -115,7 +115,8 @@ function FixSelect {
rif(TELEPORTERS & TP_FROST|TP_HALIN, l("Land Of Fire - @@ GP", fnum(.@lbase))),
rif(TELEPORTERS & TP_HALIN, l("Halinarzo - @@ GP", fnum(.@fbase))),
rif(TELEPORTERS & TP_FROST, l("Frostia - @@ GP", fnum(.@fbase))),
- rif(TELEPORTERS & TP_LILIT, l("Lilit - @@ GP (not exchangeable)", fnum(.@kbase)));
+ rif(TELEPORTERS & TP_LILIT, l("Lilit - @@ GP (not exchangeable)", fnum(.@kbase))),
+ rif(TELEPORTERS & TP_ARTIS, l("Artis - @@ GP (not exchangeable)", fnum(.@kbase)));
mes "";
switch (@menu) {
case 1: return;
@@ -127,6 +128,7 @@ function FixSelect {
case 7: FixCrystal(HalinWarpCrystal, .@fbase); break;
case 8: FixCrystal(FrostiaWarpCrystal, .@fbase); break;
case 9: FixCrystal(LilitWarpCrystal, .@kbase); break;
+ case 10: FixCrystal(ArtisWarpCrystal, .@kbase); break;
}
} while (countitem(BrokenWarpCrystal));
return;