diff options
-rw-r--r-- | npc/functions/refine.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index 626d0f523..3baa477ea 100644 --- a/npc/functions/refine.txt +++ b/npc/functions/refine.txt @@ -184,6 +184,7 @@ function script refineMaster { mesq l("I'm sure I could refine this again, if you bring me the payment and the reagents again."); next; // Perhaps the item has broken? (~0.1% chance/refine level) + /* } else if (rand2(10000) <= 10*(.@rlv+1)) { failedrefitem .@it; mesc l("*CRASH*"); @@ -194,6 +195,7 @@ function script refineMaster { mesn; mesq l("Well, you were warned. Do you have any other stuff for me?"); next; + */ // Nothing happens } else { mesn; |