diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-09 21:54:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-09 21:54:59 -0300 |
commit | 2ddb82fd5d634e6c78dc2a3670bdaffd7bf9d28f (patch) | |
tree | a7a234631993198ce285b6eb9cf1e36d9db9712d /npc/items/shovel.txt | |
parent | 4790ad73c4f274affdb7ea077edd2f9f3b215260 (diff) | |
download | serverdata-2ddb82fd5d634e6c78dc2a3670bdaffd7bf9d28f.tar.gz serverdata-2ddb82fd5d634e6c78dc2a3670bdaffd7bf9d28f.tar.bz2 serverdata-2ddb82fd5d634e6c78dc2a3670bdaffd7bf9d28f.tar.xz serverdata-2ddb82fd5d634e6c78dc2a3670bdaffd7bf9d28f.zip |
Eh, Gold Pieces might be an exception...
Diffstat (limited to 'npc/items/shovel.txt')
-rw-r--r-- | npc/items/shovel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 30df008ec..e16f7cd87 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -332,7 +332,7 @@ OnHour00: } function script shovel_randomtreasure { - .@id=any(TreasureKey,CoinBag,TreasureKey,CoinBag,CoinBag, + .@id=any(TreasureKey,CoinBag,TreasureKey,CoinBag,CoinBag,GoldPieces, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst); delitem TreasureMap, 1; .@amount=any(1,1,2); |