summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-09 21:53:03 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-09 21:53:03 -0300
commit4790ad73c4f274affdb7ea077edd2f9f3b215260 (patch)
tree050802c3dd98c80ddd9d718a17433729f4fb0cc9 /npc/items
parent9e0fce96bb3fabd96c55da410ec40ec575b553bc (diff)
downloadserverdata-4790ad73c4f274affdb7ea077edd2f9f3b215260.tar.gz
serverdata-4790ad73c4f274affdb7ea077edd2f9f3b215260.tar.bz2
serverdata-4790ad73c4f274affdb7ea077edd2f9f3b215260.tar.xz
serverdata-4790ad73c4f274affdb7ea077edd2f9f3b215260.zip
Who would bury an ore chunk? It makes no sense
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/shovel.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt
index 22b406059..30df008ec 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -332,8 +332,7 @@ OnHour00:
}
function script shovel_randomtreasure {
- .@id=any(TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,
- IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre,
+ .@id=any(TreasureKey,CoinBag,TreasureKey,CoinBag,CoinBag,
Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst);
delitem TreasureMap, 1;
.@amount=any(1,1,2);