summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/018-2/miners.txt2
1 files changed, 1 insertions, 1 deletions
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")