summaryrefslogtreecommitdiff
path: root/npc/024-15
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-02 19:54:29 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-02 19:54:29 -0300
commit961436328c0cfb22e3bb622dd13ff1698db5ca54 (patch)
tree869ec3701f959c62b1ce6018f14c4281c1a93ab4 /npc/024-15
parent04993a40a1d37964fb1a9120778a09aa373c8e18 (diff)
downloadserverdata-961436328c0cfb22e3bb622dd13ff1698db5ca54.tar.gz
serverdata-961436328c0cfb22e3bb622dd13ff1698db5ca54.tar.bz2
serverdata-961436328c0cfb22e3bb622dd13ff1698db5ca54.tar.xz
serverdata-961436328c0cfb22e3bb622dd13ff1698db5ca54.zip
Rewrite Lilanna dialog for flexibility
Diffstat (limited to 'npc/024-15')
-rw-r--r--npc/024-15/lilanna.txt16
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;