diff options
Diffstat (limited to 'npc/craft')
-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 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} ) |