summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 0aa3fce32..d02f7747c 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -197,7 +197,7 @@ function script FYT {
case 4:
return any(TitaniumIngot, TerraniteIngot);
case 5:
- return any(IridiumIngot, PlatinumIngot);
+ return any(IridiumIngot, IridiumIngot, PlatinumIngot);
case 6:
return any(Diamond, Ruby, Emerald, Sapphire, Topaz, Amethyst);
}
@@ -213,7 +213,7 @@ function script FYT {
case 4:
return PrismGift;
case 5:
- return SupremeGift;
+ return any(SupremeGift, MysteriousFruit, PrismGift, HousingLetterIII, PrismGift);
}
break;
// Single cases doesn't needs break
@@ -400,8 +400,8 @@ function script FYEConf_Fishing {
setarray $FYREWARD_PT, 42, 63, 94, 141, 212,
318, 478, 717, 1076, 1345,
1614, 2020, 2421, 3026, 3632,
- 4540, 5449, 6811, 8174, 10217,
- 12261, 15326, 18391, 21456, 24522;
+ 4540, 5000, 6000, 7000, 8500,
+ 10000, 11000, 12000, 13500, 15000;
// PS. Max Est. 14400 pts (#21 - Before 100 Strange Coins)
FYE_Autoset();