diff options
-rw-r--r-- | npc/014-4/thorn.txt | 2 | ||||
-rw-r--r-- | npc/014-5/blossom.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-4/thorn.txt b/npc/014-4/thorn.txt index 99dfe81e4..bb8a3dd31 100644 --- a/npc/014-4/thorn.txt +++ b/npc/014-4/thorn.txt @@ -88,7 +88,7 @@ L_SpringQuest: delitem CobaltHerb, 50; delitem AlizarinHerb, 50; getitem Wreath, 1; - getexp 6500, 120; + getexp (200*BaseLevel), 120; setq1 SQuest_Spring, 1; mesn; mesq l("Many thanks! If I let my wose side blossom, I'm sure she'll look at me!"); diff --git a/npc/014-5/blossom.txt b/npc/014-5/blossom.txt index cbd332aba..37fd58012 100644 --- a/npc/014-5/blossom.txt +++ b/npc/014-5/blossom.txt @@ -85,7 +85,7 @@ L_SpringQuest: delitem CobaltHerb, 50; delitem AlizarinHerb, 50; getitem Wreath, 1; - getexp 6500, 120; + getexp (200*BaseLevel), 120; setq1 SQuest_Spring, 1; mesn; mesq l("Many thanks! At least he'll know he haven't impressed me yet!"); |