From f28851873a8fa193c1fb03a158014be93864739e Mon Sep 17 00:00:00 2001
From: Jessica Tölke <jtoelke@mail.upb.de>
Date: Tue, 29 Nov 2011 21:35:10 +0100
Subject: fix a line in miners.txt which allowed to get more diamond powder
 than supposed to.

---
 world/map/npc/018-2/miners.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/world/map/npc/018-2/miners.txt b/world/map/npc/018-2/miners.txt
index 6a295675..3597314a 100644
--- a/world/map/npc/018-2/miners.txt
+++ b/world/map/npc/018-2/miners.txt
@@ -128,7 +128,7 @@ L_Choose_Gem:
             goto L_TooMany;
     delitem @gem$, 1;
     if (@gem$ == "Diamond")
-        getitem "DiamondPowder", @MIN_GEM_AMOUNT + rand(6) + rand(6);
+        getitem "DiamondPowder", @MIN_GEM_AMOUNT + rand(6);
     if (@gem$ == "Ruby")
         getitem "RubyPowder", @MIN_GEM_AMOUNT + rand(6);
     if (@gem$ == "Emerald")
-- 
cgit v1.2.3-70-g09d2