diff options
Diffstat (limited to 'npc/024-15/lilanna.txt')
-rw-r--r-- | npc/024-15/lilanna.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt index fab4ca3f5..d2f58d215 100644 --- a/npc/024-15/lilanna.txt +++ b/npc/024-15/lilanna.txt @@ -96,14 +96,14 @@ function FixSelect { mes l("You have: @@ Broken crystals", countitem(BrokenWarpCrystal)); select l("Don't fix."), - rif(true, l("Candor - 2,500 GP")), - rif(TELEPORTERS & TP_TULIM, l("Tulimshar - 7,500 GP")), - rif(TELEPORTERS & TP_HURNS, l("Hurnscald - 7,500 GP")), - 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 (not exchangeable)")); + rif(true, l("Candor - @@ GP", format_number(2500))), + rif(TELEPORTERS & TP_TULIM, l("Tulimshar - @@ GP", format_number(7500))), + rif(TELEPORTERS & TP_HURNS, l("Hurnscald - @@ GP", format_number(7500))), + rif(TELEPORTERS & TP_NIVAL, l("Nivalis - @@ GP", format_number(7500))), + rif(TELEPORTERS & TP_FROST|TP_HALIN, l("Land Of Fire - @@ GP", format_number(12000))), + rif(TELEPORTERS & TP_HALIN, l("Halinarzo - @@ GP", format_number(20000))), + rif(TELEPORTERS & TP_FROST, l("Frostia - @@ GP", format_number(30000))), + rif(TELEPORTERS & TP_LILIT, l("Lilit - @@ GP (not exchangeable)", format_number(50000))); mes ""; switch (@menu) { case 1: return; |