From 961436328c0cfb22e3bb622dd13ff1698db5ca54 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 2 Aug 2019 19:54:29 -0300 Subject: Rewrite Lilanna dialog for flexibility --- npc/024-15/lilanna.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50