summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/gwendolyn.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/012-1/gwendolyn.txt b/npc/012-1/gwendolyn.txt
index be66c26f9..d1a62a221 100644
--- a/npc/012-1/gwendolyn.txt
+++ b/npc/012-1/gwendolyn.txt
@@ -444,7 +444,7 @@ L_Success:
setq HurnscaldQuest_HarkEye, 6;
- skill SN_SHARPSHOOTING, 1, 0;
+ skill AC_CHARGEARROW, 1, 0;
getexp .QUEST_HAWK_EXP, 0;
mesn l("Gwendolyn Bowmaker");
mesq l("Perfect indeed! Congratulations!");
@@ -572,11 +572,11 @@ OnInit:
// how many eggs do you need of each kind?
.CAVE_EGGS_AMOUNT = 21;
- .SNAKE_EGGS_AMOUNT = 18;
- .MOUNTAIN_EGGS_AMOUNT = 9;
+ .SNAKE_EGGS_AMOUNT = 15;
+ .MOUNTAIN_EGGS_AMOUNT = 7;
// experience for eggs
- .QUEST_EGG_EXP = 6500;
+ .QUEST_EGG_EXP = 7500;
// The needed level for the minigame:
.BASELEVEL_GAME = 45;