diff options
-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))), |