diff options
Diffstat (limited to 'npc/021-4/main.txt')
-rw-r--r-- | npc/021-4/main.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 53b54c0f0..03ba6f79d 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -184,7 +184,8 @@ OnReward: else dispbottom l("Congratulations on rescuing Cindy."); setq2 NivalisQuest_Cindy, getq2(NivalisQuest_Cindy)+1; - getexp 10000, JobLevel; + getexp 10000, JobLevel*rand2(12,16); + getitem TreasureMap, 1; end; // Winner Reward |