From d4be84026af485dc45822995a75c4824155440ed Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Mar 2021 09:23:47 -0300 Subject: Manatauro was right - This code was bugged o.o --- npc/craft/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50