diff options
-rw-r--r-- | npc/craft/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt index ebb2bb75b..6bb0c1596 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -413,7 +413,7 @@ function script csys_Multiplier { // csys_ArmorFix( item{, perfect=False} ) function script csys_ArmorFix { // Rare bonus - if (rand2(100) >= 5 && !getarg(0, false)) + if (rand2(100) >= 5 && !getarg(1, false)) array_remove(@csys_attr, IOPT_SPLASHDAMAGE); // Remove bonuses |