diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 11:34:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 11:34:09 -0300 |
commit | 7a25f24b795e0e13f25990c291eb5795d23c26ca (patch) | |
tree | 105afc5b8a62ebf4d9fc181b76c6ed49940b5a15 | |
parent | 1589271da7faf4d1ffec84b8b8433a3fb81fe284 (diff) | |
download | serverdata-7a25f24b795e0e13f25990c291eb5795d23c26ca.tar.gz serverdata-7a25f24b795e0e13f25990c291eb5795d23c26ca.tar.bz2 serverdata-7a25f24b795e0e13f25990c291eb5795d23c26ca.tar.xz serverdata-7a25f24b795e0e13f25990c291eb5795d23c26ca.zip |
Crystal Fixing: 50% OFF
-rw-r--r-- | npc/024-15/lilanna.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt index 2bf680bcd..3ca331347 100644 --- a/npc/024-15/lilanna.txt +++ b/npc/024-15/lilanna.txt @@ -101,11 +101,11 @@ function FixSelect { mesc l("Fixing Crystals have a price. You can only charge crystals to places you've already been."); mesc l("These are saved by walking in warp portals or touching Soul Menhirs."); mes l("You have: @@ Broken crystals", countitem(BrokenWarpCrystal)); - .@cbase=1500; // Candor Base - .@nbase=2500; // Normal Base - .@lbase=5000; // LoF Base - .@fbase=10000; // Faraway Base - .@kbase=20000; // King Base (incl. Fortress Is.) + .@cbase=750; // Candor Base + .@nbase=1250; // Normal Base + .@lbase=2500; // LoF Base + .@fbase=5000; // Faraway Base + .@kbase=10000; // King Base (incl. Fortress Is.) select l("Don't fix."), rif(true, l("Candor - @@ GP", format_number(.@cbase))), |