From 7577a9babf553929845d97d0555114a76ffe887d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 Apr 2020 00:34:20 -0300 Subject: Treasure Map can now be found on Tresure Chests --- npc/functions/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 8b4df9e98..03870335e 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -41,7 +41,7 @@ function script TreasureBox { else if (.@r < 1000 || .@t == 0) .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, BlueDye, AlchemyBlueprintB, OolongTea); else if (.@r < 5000) - .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer, EquipmentBlueprintA, AlchemyBlueprintA, SpearmintTea); + .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer, EquipmentBlueprintA, AlchemyBlueprintA, SpearmintTea, TreasureMap); else .@loot=any(FatesPotion, ChocolateBar, Plushroom, Chagashroom, RawLog, LeatherPatch, BugLeg, ScorpionStinger, SmallKnife, StrangeCoin, ChamomileTea); -- cgit v1.2.3-60-g2f50