summaryrefslogtreecommitdiff
path: root/npc/functions/treasure.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-18 00:41:31 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-18 00:41:31 -0300
commitcc6d042e43cca8e13394112c85b63527bae08b61 (patch)
treeda5adce57e0360f7eee7889dc576dfadb63f1453 /npc/functions/treasure.txt
parent93ca9c28d171fcc54d9877040dafc7c380c6c415 (diff)
downloadserverdata-cc6d042e43cca8e13394112c85b63527bae08b61.tar.gz
serverdata-cc6d042e43cca8e13394112c85b63527bae08b61.tar.bz2
serverdata-cc6d042e43cca8e13394112c85b63527bae08b61.tar.xz
serverdata-cc6d042e43cca8e13394112c85b63527bae08b61.zip
Replace ID Grenade with SmokeGrenade (I need real Grenades now).
Maybe cloacking effect gets fixed now, btw
Diffstat (limited to 'npc/functions/treasure.txt')
-rw-r--r--npc/functions/treasure.txt2
1 files changed, 1 insertions, 1 deletions
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)