summaryrefslogtreecommitdiff
path: root/npc/functions/refine.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-08-05 22:24:43 -0300
committerJesusaves <cpntb1@ymail.com>2023-08-05 22:24:43 -0300
commit819b4a32f49eae1d34a880fc14711135a2c355a5 (patch)
treecad7959d2012b70b1ae8e067a255563fcf9c3961 /npc/functions/refine.txt
parent5af165a7a10ab106e713d176b4a70bed59a4b293 (diff)
downloadserverdata-819b4a32f49eae1d34a880fc14711135a2c355a5.tar.gz
serverdata-819b4a32f49eae1d34a880fc14711135a2c355a5.tar.bz2
serverdata-819b4a32f49eae1d34a880fc14711135a2c355a5.tar.xz
serverdata-819b4a32f49eae1d34a880fc14711135a2c355a5.zip
Disable temporarily the chance to break items
Diffstat (limited to 'npc/functions/refine.txt')
-rw-r--r--npc/functions/refine.txt2
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;