From 56cd3b2a2d343d4b6512416688f97ae02621ab93 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Apr 2019 22:39:20 -0300 Subject: Random treasure: Remove duplicate Small Mushroom - give a Red Plush Wine on RARE group --- npc/functions/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 20771d0fa..d5d7b4120 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -39,7 +39,7 @@ function script TreasureBox { else if (.@t % 50 == 0 || .@r < 100) .@loot=any(Grenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, CoinBag, BronzeGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder); else if (.@r < 1000 || .@t == 0) - .@loot=any(MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, Dagger, StrangeCoin, IronOre, CopperOre); + .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, StrengthPotion, Dagger, StrangeCoin, IronOre, CopperOre); else if (.@r < 4000) .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, Beer); else -- cgit v1.2.3-70-g09d2