summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-19 12:12:16 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-19 12:12:16 -0300
commit68e1a70c5aaa11eabb92fa3bffe3cd2ecb642ff4 (patch)
treef7bdb5fd7d6a3315014ce869c83a609a6ea2a89f
parent504ddb47583fc4f6657150b54cae226286ed3d39 (diff)
downloadserverdata-68e1a70c5aaa11eabb92fa3bffe3cd2ecb642ff4.tar.gz
serverdata-68e1a70c5aaa11eabb92fa3bffe3cd2ecb642ff4.tar.bz2
serverdata-68e1a70c5aaa11eabb92fa3bffe3cd2ecb642ff4.tar.xz
serverdata-68e1a70c5aaa11eabb92fa3bffe3cd2ecb642ff4.zip
Don't give 2 gold pieces (worth 16000 GP) when digging
-rw-r--r--npc/items/shovel.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt
index ff9d956bd..17a13625e 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -418,7 +418,7 @@ function script shovel_randomtreasure {
.@amount+=any(0,1,0,1,2);
if (.@id == StrangeCoin || .@id == CasinoCoins)
.@amount+=rand2(0,8);
- if (.@id == MercBoxA || .@id == AncientBlueprint)
+ if (.@id == MercBoxA || .@id == AncientBlueprint || .@id == GoldPieces)
.@amount=1;
getitem .@id, .@amount;
ShovelQuests_AssignedMAP$="";