diff options
-rw-r--r-- | npc/003-1/aidan.txt | 4 | ||||
-rw-r--r-- | npc/012-1/luffyx.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 85a54b917..e956da866 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -149,11 +149,11 @@ L_Finish: close; case ForestMushroom: setq General_Hunter, 0, 0; - Zeny=Zeny+275000; + Zeny=Zeny+175000; getitem StrangeCoin, 60; getexp 15750, 100; mesn; - mesq l("Good job, here is 275,000 GP and 60 @@!", getitemlink(StrangeCoin)); + mesq l("Good job, here is 175,000 GP and 60 @@!", getitemlink(StrangeCoin)); mesc l("Gained @@ XP", "15750"); close; case Pinkie: diff --git a/npc/012-1/luffyx.txt b/npc/012-1/luffyx.txt index 2e9d03429..283a1c8d7 100644 --- a/npc/012-1/luffyx.txt +++ b/npc/012-1/luffyx.txt @@ -17,7 +17,7 @@ L_Main: if (GHQUEST) - GHQ_Assign(ForestMushroom, "Hurnscald", "275.000 GP, 60 "+getitemlink(StrangeCoin)); + GHQ_Assign(ForestMushroom, "Hurnscald", "175.000 GP, 60 "+getitemlink(StrangeCoin)); close; L_SummerQuest: |