From 771f129c39a939ae079db824c4a3a930fa97d860 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 2 Aug 2019 19:59:21 -0300 Subject: Actually, given the TP requeriment, no reason that Frostia is more expensive. --- npc/024-15/lilanna.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/024-15') diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt index 886ab105d..5c349a9b8 100644 --- a/npc/024-15/lilanna.txt +++ b/npc/024-15/lilanna.txt @@ -108,7 +108,7 @@ function FixSelect { rif(TELEPORTERS & TP_NIVAL, l("Nivalis - @@ GP", format_number(2500))), rif(TELEPORTERS & TP_FROST|TP_HALIN, l("Land Of Fire - @@ GP", format_number(5000))), rif(TELEPORTERS & TP_HALIN, l("Halinarzo - @@ GP", format_number(10000))), - rif(TELEPORTERS & TP_FROST, l("Frostia - @@ GP", format_number(15000))), + rif(TELEPORTERS & TP_FROST, l("Frostia - @@ GP", format_number(10000))), rif(TELEPORTERS & TP_LILIT, l("Lilit - @@ GP (not exchangeable)", format_number(20000))); mes ""; switch (@menu) { @@ -119,7 +119,7 @@ function FixSelect { case 5: FixCrystal(NivalWarpCrystal, 2500); break; case 6: FixCrystal(LoFWarpCrystal, 5000); break; case 7: FixCrystal(HalinWarpCrystal, 10000); break; - case 8: FixCrystal(FrostiaWarpCrystal, 15000); break; + case 8: FixCrystal(FrostiaWarpCrystal, 10000); break; case 9: FixCrystal(LilitWarpCrystal, 20000); break; } } while (countitem(BrokenWarpCrystal)); -- cgit v1.2.3-60-g2f50