diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-20 11:49:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-20 11:49:24 -0300 |
commit | ad6dbe3a178088240fd0425b75b11b79c098eb84 (patch) | |
tree | 49cf461055e2e98f74e200f795c23e5305255f83 /npc/024-15 | |
parent | 146b072409f946c996d362c0b6e463a33ca37d27 (diff) | |
download | serverdata-ad6dbe3a178088240fd0425b75b11b79c098eb84.tar.gz serverdata-ad6dbe3a178088240fd0425b75b11b79c098eb84.tar.bz2 serverdata-ad6dbe3a178088240fd0425b75b11b79c098eb84.tar.xz serverdata-ad6dbe3a178088240fd0425b75b11b79c098eb84.zip |
Artis Warp Crystal & Registry
Diffstat (limited to 'npc/024-15')
-rw-r--r-- | npc/024-15/lilanna.txt | 4 |
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; |