From c7b5ac08c2638612c3170225ee5d36ae3a62c9ac Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Feb 2021 23:28:47 -0300 Subject: Demure Axe should inheir crafting bonuses like the blacksmith axe. I mean it looks exactly like the same --- npc/craft/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/craft/options.txt') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 0c40701f4..318386497 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 (isequippedcnt(BlacksmithAxe, Monocle)); + return (isequippedcnt(BlacksmithAxe, Monocle, DemureAxe)); } // csys_Generate( cr_id{, preserve, override} ) -- cgit v1.2.3-60-g2f50