summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-11-13 10:22:14 -0300
committerJesusaves <cpntb1@ymail.com>2019-11-13 10:22:14 -0300
commit6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb (patch)
tree28f396b7202ca369b3d3f6f0e95bdc76fdd05589 /npc/functions
parent4fd1eaa4167235a50d493b3de0b1a1047f9eff4d (diff)
downloadserverdata-6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb.tar.gz
serverdata-6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb.tar.bz2
serverdata-6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb.tar.xz
serverdata-6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb.zip
Draft finished
Diffstat (limited to 'npc/functions')
-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 9c695da9e..19f139e4a 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(SmokeGrenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, GoldPieces, SilverGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, AlchemyBlueprintC, AncientBlueprint);
else if (.@r < 1000 || .@t == 0)
- .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, AlchemyBlueprintB);
+ .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, BlueDye, AlchemyBlueprintB);
else if (.@r < 5000)
.@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer, EquipmentBlueprintA, AlchemyBlueprintA);
else