From 68e1a70c5aaa11eabb92fa3bffe3cd2ecb642ff4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 Sep 2019 12:12:16 -0300 Subject: Don't give 2 gold pieces (worth 16000 GP) when digging --- npc/items/shovel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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$=""; -- cgit v1.2.3-60-g2f50