From c04bef43e6215c5808ce7c7ec85880513dedfbcb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Jun 2020 23:52:32 -0300 Subject: Monocle Fixing bonus no longer increases weight capacity. It now boosts crafting as @Kolchak thought it did. --- npc/craft/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index fee06968b..042f29ad0 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -24,7 +24,7 @@ // Returns a bonus from equips (max: 1) function script csys_equip { // Same as: isequippedcnt(BlacksmithAxe{, BlacksmithHelmet, etc.}) - return (getequipid(EQI_HAND_R) == BlacksmithAxe); + return (isequippedcnt(BlacksmithAxe, Monocle)); } // csys_Generate( cr_id{, preserve} ) -- cgit v1.2.3-60-g2f50