diff options
-rw-r--r-- | npc/003-1/hasan.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 7f0401258..fefb400a4 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -106,6 +106,8 @@ L_Complete: mes l("Scorpions killed: @@/@@ scorpions", getq2(SQuest_Autumn), $HASAN_ST); mes l("Total money collected: @@ GP", $HASAN_LT); mes l("##2Your prize: @@ GP", ); + if (getq2(SQuest_Autumn) > 20) + getexp (getq2(SQuest_Autumn)/20), 0; if (.@p >= 1) Zeny=Zeny+.@p; setq SQuest_Autumn, 1970, 0; |