From 193f2e06f0d0a35f84bc8903919da8a36260b1bc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jul 2019 13:17:21 -0300 Subject: Remove Piou Feathers from Mysterious Bottle. The bottle may now contain sea water instead. (makes more sense than bottling feathers) --- db/re/item_db.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index dce565104..7555c4f45 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2076,10 +2076,10 @@ item_db: ( Refine: false Script: <" // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 - setarray .@r, StrangeCoin, SilkCocoon, PiouFeathers, RattoTeeth, MushroomSpores, SpellBookPage, SpellBookPage, AncientBlueprint, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, CrazyRum, Pearl; + setarray .@r, StrangeCoin, SilkCocoon, MushroomSpores, RattoTeeth, BottleOfSeaWater, SpellBookPage, SpellBookPage, AncientBlueprint, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, CrazyRum, Pearl; .@n=rand(getarraysize(.@r)); - if (.@n > 4) + if (.@n > 3) getitem .@r[.@n], 1; else getitem .@r[.@n], rand(1,3); -- cgit v1.2.3-70-g09d2