diff options
Diffstat (limited to 'npc/024-15/lilanna.txt')
-rw-r--r-- | npc/024-15/lilanna.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt index 7e75bde0f..fab4ca3f5 100644 --- a/npc/024-15/lilanna.txt +++ b/npc/024-15/lilanna.txt @@ -102,8 +102,8 @@ function FixSelect { rif(TELEPORTERS & TP_NIVAL, l("Nivalis - 7,500 GP")), rif(TELEPORTERS & TP_FROST|TP_HALIN, l("Land Of Fire - 12,000 GP")), rif(TELEPORTERS & TP_HALIN, l("Halinarzo - 20,000 GP")), - rif(TELEPORTERS & TP_FROST, l("Frostia - 30,000 GP")); - //rif(TELEPORTERS & TP_LILIT, l("Lilit - 50,000 GP")); + rif(TELEPORTERS & TP_FROST, l("Frostia - 30,000 GP")), + rif(TELEPORTERS & TP_LILIT, l("Lilit - 50,000 GP (not exchangeable)")); mes ""; switch (@menu) { case 1: return; @@ -114,7 +114,7 @@ function FixSelect { case 6: FixCrystal(LoFWarpCrystal, 12000); break; case 7: FixCrystal(HalinWarpCrystal, 20000); break; case 8: FixCrystal(FrostiaWarpCrystal, 30000); break; - //case 9: FixCrystal(LilitWarpCrystal, 50000); break; + case 9: FixCrystal(LilitWarpCrystal, 50000); break; } } while (countitem(BrokenWarpCrystal)); return; |