From cc6d042e43cca8e13394112c85b63527bae08b61 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jun 2019 00:41:31 -0300 Subject: Replace ID Grenade with SmokeGrenade (I need real Grenades now). Maybe cloacking effect gets fixed now, btw --- npc/functions/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/treasure.txt') diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index cd7324af8..9e0cd14a0 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -37,7 +37,7 @@ function script TreasureBox { if (.@t % 149 == 0 || .@r < .@ur_rate) .@loot=any(AtroposMixture, GoldenApple, DivineApple, MercBoxA, MoveSpeedPotion, Shemagh, EverburnPowder, IridiumOre, PlatinumOre); else if (.@t % 50 == 0 || .@r < 100) - .@loot=any(Grenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, CoinBag, SilverGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, AlchemyBlueprintB); + .@loot=any(SmokeGrenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, CoinBag, SilverGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, AlchemyBlueprintB); else if (.@r < 1000 || .@t == 0) .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, AlchemyBlueprintA); else if (.@r < 4000) -- cgit v1.2.3-60-g2f50