diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/refine.txt | 2 |
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; |