diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 22:39:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 22:39:20 -0300 |
commit | 56cd3b2a2d343d4b6512416688f97ae02621ab93 (patch) | |
tree | 2054b56348f19867063089519d1a6fdd31f798ac | |
parent | 2dbb7e4e1d4f6005a21d05767e941e0d9519b542 (diff) | |
download | serverdata-56cd3b2a2d343d4b6512416688f97ae02621ab93.tar.gz serverdata-56cd3b2a2d343d4b6512416688f97ae02621ab93.tar.bz2 serverdata-56cd3b2a2d343d4b6512416688f97ae02621ab93.tar.xz serverdata-56cd3b2a2d343d4b6512416688f97ae02621ab93.zip |
Random treasure: Remove duplicate Small Mushroom - give a Red Plush Wine on RARE group
-rw-r--r-- | npc/functions/treasure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |