summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/refine.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt
index 9a4069cbe..eef786858 100644
--- a/npc/functions/refine.txt
+++ b/npc/functions/refine.txt
@@ -88,7 +88,7 @@ function script refineMaster {
}
mesn;
mesq l("This @@ is a nice stuff. I can refine it for @@ GP and @@ @@.", getitemlink(.@item), .@price, .@amount, getitemlink(.@rg));
- mesc l("Success ratio is of aprox. @@ %%", (100-(.@rlv*10))+rand(-6,6));
+ mesc l("Success ratio is of aprox. @@ %%", (100-(.@rlv*7))+rand(-6,6));
next;
if (askyesno() != ASK_YES)
close;