diff options
-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); |