diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-26 12:57:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-26 12:57:33 -0300 |
commit | 4c73065ec4ab64923d05cf6080d4eb0bbd04de63 (patch) | |
tree | b46f4d7dccff6a77c3777ab9531339819cfda388 /npc/003-1 | |
parent | d2c812452c06f09f36ed1d6b960b0cb61de72a36 (diff) | |
download | serverdata-4c73065ec4ab64923d05cf6080d4eb0bbd04de63.tar.gz serverdata-4c73065ec4ab64923d05cf6080d4eb0bbd04de63.tar.bz2 serverdata-4c73065ec4ab64923d05cf6080d4eb0bbd04de63.tar.xz serverdata-4c73065ec4ab64923d05cf6080d4eb0bbd04de63.zip |
Update 2021's Scoreboards
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/hasan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 08d9cacdb..5108c0b2d 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -87,7 +87,7 @@ L_Complete: mesq l("I am collecting money for the Yearly Autumn Scorpion Hunter quest."); mesq l("You're, of course, invited. Thus far, the total prize money I've collected is @@ GP.", $HASAN_GP); if (season() == AUTUMN || $@GM_OVERRIDE || is_staff()) { - mesq l("You've killed @@ scorpions, and a total of @@ were killed this season.", getq2(SQuest_Autumn), $HASAN_ST); + mesq l("You've killed @@ scorpions, and a total of @@ were killed this season.", fnum(getq2(SQuest_Autumn)), fnum($HASAN_ST)); mesq l("If the event ended now, you would get @@ GP.", getq2(SQuest_Autumn)*$HASAN_GP/$HASAN_ST); mes ""; mesc l("Note: Poll may increase more than total money donated depending on current date."); |