From 892b9cb8feec7ad8955322ce6ec14351e914b3fd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 1 Apr 2020 01:06:06 -0300 Subject: What's the issue with gloves? Try reverting the logic (affects: Aegis Shield) --- npc/craft/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/craft') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 79fc6833e..d09b4ddc1 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -446,7 +446,7 @@ function script csys_Apply { // Remove weapon-only bonuses if it is armor delinventorylist(); getinventorylist(); - if (getiteminfo(@inventorylist_id[.@id], ITEMINFO_TYPE) == IT_ARMOR) + if (getiteminfo(@inventorylist_id[.@id], ITEMINFO_TYPE) != IT_WEAPON) csys_ArmorFix(); else @csysArmor=false; -- cgit v1.2.3-60-g2f50