summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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$="";