diff options
Diffstat (limited to 'npc/003-1/hasan.txt')
-rw-r--r-- | npc/003-1/hasan.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index cd066797f..110ef767b 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -100,7 +100,8 @@ L_Complete: } } - if ((season() == WINTER || $@GM_OVERRIDE == 2) && getq(SQuest_Autumn) == gettime(GETTIME_YEAR)) { + .@q=getq(SQuest_Autumn); + if (season() == WINTER && (.@q == gettime(GETTIME_YEAR) || (.@q == gettime(GETTIME_YEAR)-1 && gettime(GETTIME_MONTH) <= MARCH))) { .@p=getq2(SQuest_Autumn)*$HASAN_LT/$HASAN_ST; mesn l("Summary"); mes l("Scorpions killed: @@/@@ scorpions", getq2(SQuest_Autumn), $HASAN_ST); |