diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-01 23:04:18 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-01 23:04:18 -0200 |
commit | f5fea6ecb2437fe5d9b50018e88a2f21af51e99c (patch) | |
tree | d41a15d1cfd8cd0c651309ae7180c6d9097e222c /npc/019-4-1/golbarez.txt | |
parent | b5d8ff102e383e967f426d7b16a8cbd2a9d64ace (diff) | |
download | serverdata-f5fea6ecb2437fe5d9b50018e88a2f21af51e99c.tar.gz serverdata-f5fea6ecb2437fe5d9b50018e88a2f21af51e99c.tar.bz2 serverdata-f5fea6ecb2437fe5d9b50018e88a2f21af51e99c.tar.xz serverdata-f5fea6ecb2437fe5d9b50018e88a2f21af51e99c.zip |
Format properly Golbarez money: 22,637 GP, instead of 22637 GP.
Diffstat (limited to 'npc/019-4-1/golbarez.txt')
-rw-r--r-- | npc/019-4-1/golbarez.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-4-1/golbarez.txt b/npc/019-4-1/golbarez.txt index 7e5e9da8f..109a6d835 100644 --- a/npc/019-4-1/golbarez.txt +++ b/npc/019-4-1/golbarez.txt @@ -33,7 +33,7 @@ L_Main: mesq l("I want to keep breaking them, until I find the paradise! Thus far, I only found the Land Of Fire!"); next; mesn; - mesq l("I need millions of GP to fund my time-space shattering, and thus far, I've only collected @@ GP.", $XMAS_MONEY); + mesq l("I need millions of GP to fund my time-space shattering, and thus far, I've only collected @@ GP.", format_number($XMAS_MONEY)); mesq l("If you sponsor me, while I break into more dimensions, I'll give you any stuff I find. Hey, they could be rare here!"); next; mesc l("Sponsor @@ in how much GP?", .name$); |