diff options
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."); |