From c7db21a2fb38890bb624e14b38f02343be8e3ed6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 May 2020 14:16:27 -0300 Subject: Shovel: Nerf amount of Strange Coins when you are lucky --- npc/items/shovel.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/items/shovel.txt') diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 17a13625e..bf7edcaa7 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -414,9 +414,9 @@ function script shovel_randomtreasure { StrangeCoin, CasinoCoins, MercBoxA, AncientBlueprint); delitem TreasureMap, 1; .@amount=any(1,1,2); - if (.@id == TreasureKey || .@id == CoinBag) + if (.@id == TreasureKey || .@id == CoinBag || .@id == StrangeCoin) .@amount+=any(0,1,0,1,2); - if (.@id == StrangeCoin || .@id == CasinoCoins) + if (.@id == CasinoCoins) .@amount+=rand2(0,8); if (.@id == MercBoxA || .@id == AncientBlueprint || .@id == GoldPieces) .@amount=1; -- cgit v1.2.3-60-g2f50