diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-06 14:59:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-06 14:59:39 -0300 |
commit | 6e8950ffdcd6693fac9391b2b3ec4db6201f0d74 (patch) | |
tree | 3a171caec53af97794de89d27a20c62f5fb434d9 /npc/019-4-1/golbarez.txt | |
parent | c43643c812c886267dc26b70b03dd639e05d1222 (diff) | |
download | serverdata-6e8950ffdcd6693fac9391b2b3ec4db6201f0d74.tar.gz serverdata-6e8950ffdcd6693fac9391b2b3ec4db6201f0d74.tar.bz2 serverdata-6e8950ffdcd6693fac9391b2b3ec4db6201f0d74.tar.xz serverdata-6e8950ffdcd6693fac9391b2b3ec4db6201f0d74.zip |
Golbarez: Improve rewards with more milestones
Diffstat (limited to 'npc/019-4-1/golbarez.txt')
-rw-r--r-- | npc/019-4-1/golbarez.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/019-4-1/golbarez.txt b/npc/019-4-1/golbarez.txt index b84983daf..11750648f 100644 --- a/npc/019-4-1/golbarez.txt +++ b/npc/019-4-1/golbarez.txt @@ -14,7 +14,7 @@ L_OutOfSeason: mesn; - if (rand(1,2) == 1) + if (any(true, false)) mesq l("AAH! You scared me!"); else mesq l("Land Of Fire is a place so warm... Although this workshop is a better place to break time and space during Christmas."); @@ -51,6 +51,7 @@ L_Main: mesn; mesq l("Thanks for your patronage! The rewards will be available with @@, in case I do find the paradise!", "Christmas Chief"); mesc l("Thus far, you've sponsored Golbarez in %d %% from total.", .@ratio); + mesc l("Note: No rares will be given if Golbarez doesn't get enough GP to find the paradise, but Strange Coins will still be given."); close; OnInit: |