From 5a32bbb714bf40f4dc06bb1839dd8b658f194acd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Apr 2019 22:35:25 -0300 Subject: Treasure - Make Strange Coin more frequent, add Beer --- npc/functions/treasure.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 4955e0087..16c3d3502 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -41,9 +41,9 @@ function script TreasureBox { else if (.@r < 1000 || .@t == 0) .@loot=any(MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, Dagger, StrangeCoin, IronOre, CopperOre); else if (.@r < 4000) - .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, StrangeCoin); + .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, Beer); else - .@loot=any(FatesPotion, ChocolateBar, Plushroom, Chagashroom, RawLog, LeatherPatch, BugLeg, ScorpionStinger, SmallKnife); + .@loot=any(FatesPotion, ChocolateBar, Plushroom, Chagashroom, RawLog, LeatherPatch, BugLeg, ScorpionStinger, SmallKnife, StrangeCoin); inventoryplace .@loot, 1; -- cgit v1.2.3-60-g2f50